From 3e3be173c9a35ad50cd7a149d190b1c6d7585b10 Mon Sep 17 00:00:00 2001 From: feie9454 Date: Sun, 17 Aug 2025 16:40:54 +0800 Subject: [PATCH] revert 72ae855640822b633785d93cd5702e1491459149 revert prevent context menu --- src/App.vue | 4 ---- 1 file changed, 4 deletions(-) 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;