Allow right click on page outside the game board
This commit is contained in:
@@ -602,7 +602,7 @@
|
||||
clearTimeout(timeout);
|
||||
}
|
||||
|
||||
$(document).on("contextmenu", "*", function(event) {
|
||||
$(document).on("contextmenu", "body", function(event) {
|
||||
event.preventDefault();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user