This commit is contained in:
ntr
2019-04-07 13:46:26 +10:00
parent 47ef5b2514
commit 429fdcbd0e
-2
View File
@@ -40,8 +40,6 @@ function Vbox(args) {
let vboxTimer;
const LONG_TOUCH_TIME = 500;
function vboxTouchStart(e, i, j) {
e.preventDefault();
e.stopPropagation();
vboxTimer = (setTimeout(() => {
sendVboxAccept(j, i);
vboxTimer = null;