Skip to content

Commit

Permalink
Remove unnecessary contextmenu disabling
Browse files Browse the repository at this point in the history
  • Loading branch information
mircearoata committed May 11, 2024
1 parent 074bb48 commit 12c1450
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions frontend/src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 12c1450

Please sign in to comment.