using normal tabs for now instead of animated, did some highlighting to make it more obvious what where the tab is being dropped
This commit is contained in:
parent
976736c0b4
commit
f0b3f5a0d8
2 changed files with 13 additions and 5 deletions
|
|
@ -547,7 +547,7 @@ export default function BinYard(props: Props) {
|
|||
<ListItemText secondary="Share Yard" />
|
||||
</MenuItem>
|
||||
)}
|
||||
<MenuItem
|
||||
{/* <MenuItem
|
||||
onClick={() => {
|
||||
moveLeft(yardIndex);
|
||||
setMenuAnchorEl(null);
|
||||
|
|
@ -570,7 +570,7 @@ export default function BinYard(props: Props) {
|
|||
<KeyboardArrowRightIcon />
|
||||
</ListItemIcon>
|
||||
<ListItemText secondary="Move Right" />
|
||||
</MenuItem>
|
||||
</MenuItem> */}
|
||||
{permissions.includes(pond.Permission.PERMISSION_USERS) && (
|
||||
<MenuItem
|
||||
onClick={() => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue