mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-25 18:55:44 +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: {
|
||||
current: e.currentTarget,
|
||||
},
|
||||
align: 'end',
|
||||
direction: 'bottom',
|
||||
gap: 4,
|
||||
align: 'start',
|
||||
direction: 'left',
|
||||
gap: 0,
|
||||
shift: -8,
|
||||
});
|
||||
setIsContextMenuOpen('actions-bar');
|
||||
}}
|
||||
|
|
Loading…
Reference in a new issue