mirror of
https://github.com/zoriya/flood.git
synced 2026-06-04 03:27:15 +00:00
ContextMenu: don't dismiss when right click on overlay
This commit is contained in:
@@ -34,7 +34,6 @@ const ContextMenuMountPoint: FC<ContextMenuMountPointProps> = observer(({id}: Co
|
||||
}}
|
||||
onOverlayRightClick={(e) => {
|
||||
e.preventDefault();
|
||||
UIActions.dismissContextMenu(id);
|
||||
}}
|
||||
isIn={isOpen}>
|
||||
{items.map((item, index) => {
|
||||
|
||||
Reference in New Issue
Block a user