increase click-guard.js to 110ms differentiate drag/click t3 try remove cached js first
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user