Disabled context menu
This commit is contained in:
parent
c2ae271306
commit
fd599907e5
@ -30,4 +30,7 @@ const screen = computed(() => {
|
||||
}
|
||||
return 'login' // default fallback
|
||||
})
|
||||
|
||||
// Disable right click
|
||||
addEventListener('contextmenu', event => event.preventDefault());
|
||||
</script>
|
||||
|
Loading…
x
Reference in New Issue
Block a user