increase click-guard.js to 110ms differentiate drag/click t3 try remove cached js first

This commit is contained in:
2026-07-07 22:05:19 -03:00
parent 70f42352b0
commit 850127e712

View File

@@ -13,7 +13,7 @@
(function () { (function () {
"use strict"; "use strict";
var THRESHOLD = 120; // ms; a press on a card held longer than this is a drag, not a click var THRESHOLD = 110; // 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) {