diff --git a/frontend/src/App.svelte b/frontend/src/App.svelte index 747c7506..3c9a6853 100644 --- a/frontend/src/App.svelte +++ b/frontend/src/App.svelte @@ -30,9 +30,6 @@ let frameless = false; Environment().then((env) => { - if (env.buildType !== 'dev') { - document.addEventListener('contextmenu', (event) => event.preventDefault()); - } if (env.platform === 'windows') { frameless = true; }