diff --git a/src/App.vue b/src/App.vue index e397fa5..ff42bfb 100644 --- a/src/App.vue +++ b/src/App.vue @@ -134,10 +134,6 @@ document.addEventListener('pointerdown', (e) => { } }); -document.addEventListener('contextmenu', (e) => { - e.preventDefault(); -}); - const loadProgress = ref({ download: 0, decode: 0 }); const mainVideoURL = new URL('./assets/main.mp4', import.meta.url).href;