revert 72ae855640822b633785d93cd5702e1491459149
revert prevent context menu
This commit is contained in:
parent
72ae855640
commit
3e3be173c9
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user