revert 72ae855640822b633785d93cd5702e1491459149

revert prevent context menu
This commit is contained in:
feie9454 2025-08-17 16:40:54 +08:00
parent 72ae855640
commit 3e3be173c9

View File

@ -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;