We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a17fafc commit b6f6d25Copy full SHA for b6f6d25
DisablingMouse.js
@@ -0,0 +1,3 @@
1
+document.addEventListener('contextmenu', function(e){
2
+e.preventDefault();
3
+});
0 commit comments