fix: Fixed issue where clicking in file dialog context menu closed the dialog
This commit is contained in:
@@ -225,6 +225,7 @@ const FilePreviewModal = observer(({ application, viewControllerManager }: Props
|
||||
align="start"
|
||||
className="py-2"
|
||||
overrideZIndex="z-modal"
|
||||
portal={false}
|
||||
>
|
||||
<Menu a11yLabel="File context menu" isOpen={showOptionsMenu}>
|
||||
<FileMenuOptions
|
||||
|
||||
Reference in New Issue
Block a user