fixed bug in linux where oncontextmenu is fired before onrightclick.
This commit is contained in:
@@ -663,6 +663,9 @@ function isRightClick(e) {
|
||||
}
|
||||
return false;
|
||||
}
|
||||
function stopEvent() {
|
||||
event.stopPropagation();
|
||||
}
|
||||
function rangeMouseUp(e) {
|
||||
if ($(".table-context-menu").length > 0) {
|
||||
$(".table-context-menu").hide();
|
||||
|
||||
Reference in New Issue
Block a user