diff --git a/gui/src/components/context-menu-handler.tsx b/gui/src/components/context-menu-handler.tsx index 9d05f8cb..dbd01c6d 100644 --- a/gui/src/components/context-menu-handler.tsx +++ b/gui/src/components/context-menu-handler.tsx @@ -89,7 +89,7 @@ export default function ContextMenuHandler() { if (menu && contextRef.current) { const ev = new MouseEvent("contextmenu", { bubbles: true, - cancelable: false, + cancelable: true, view: window, button: 2, buttons: 2,