Different alignment for status action menu

This commit is contained in:
Lim Chee Aun 2024-02-10 12:00:40 +08:00
parent fbd448c152
commit 1d0d02f39b

View file

@ -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');
}} }}