mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-29 12:48:57 +03:00
Different alignment for status action menu
This commit is contained in:
parent
fbd448c152
commit
1d0d02f39b
1 changed files with 4 additions and 3 deletions
|
@ -1442,9 +1442,10 @@ function Status({
|
||||||
anchorRef: {
|
anchorRef: {
|
||||||
current: e.currentTarget,
|
current: e.currentTarget,
|
||||||
},
|
},
|
||||||
align: 'end',
|
align: 'start',
|
||||||
direction: 'bottom',
|
direction: 'left',
|
||||||
gap: 4,
|
gap: 0,
|
||||||
|
shift: -8,
|
||||||
});
|
});
|
||||||
setIsContextMenuOpen('actions-bar');
|
setIsContextMenuOpen('actions-bar');
|
||||||
}}
|
}}
|
||||||
|
|
Loading…
Reference in a new issue