standardize experience across mobile devices

This commit is contained in:
DESKTOP-GENO133\IvanPlex
2024-02-21 15:05:19 -07:00
parent dd68dec05c
commit 2f52ed64ba

View File

@@ -700,6 +700,9 @@ function showTableContextMenu(e) {
if (event != undefined) {
event.preventDefault();
}
if (navigator.maxTouchPoints > 0) {
return;
}
$(".table-context-menu").show();
determineContextMenuItems();
$(".table-context-menu").css({