We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09ee2df commit efa191bCopy full SHA for efa191b
src/components/databrowser/components/item-context-menu.tsx
@@ -46,7 +46,7 @@ export const ItemContextMenu = ({
46
setAlertOpen(false)
47
}}
48
/>
49
- <ContextMenu>
+ <ContextMenu modal={false}>
50
<ContextMenuTrigger
51
asChild
52
// NOTE: We did not put the ContextMenu on every key because of performance reasons
src/components/databrowser/components/sidebar-context-menu.tsx
@@ -29,7 +29,7 @@ export const SidebarContextMenu = ({ children }: PropsWithChildren) => {
29
30
31
32
33
34
35
onContextMenu={(e) => {
0 commit comments