increase click-guard.js to 120ms differentiate drag/click t2

This commit is contained in:
2026-07-07 22:04:14 -03:00
parent d57544ebfd
commit 70f42352b0

View File

@@ -13,7 +13,7 @@
(function () { (function () {
"use strict"; "use strict";
var THRESHOLD = 110; // ms; a press on a card held longer than this is a drag, not a click var THRESHOLD = 120; // ms; a press on a card held longer than this is a drag, not a click
var pressStart = 0; var pressStart = 0;
function onDown(e) { function onDown(e) {