prevent
This commit is contained in:
parent
47ef5b2514
commit
429fdcbd0e
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user