prevent
This commit is contained in:
parent
47ef5b2514
commit
429fdcbd0e
@ -40,8 +40,6 @@ function Vbox(args) {
|
|||||||
let vboxTimer;
|
let vboxTimer;
|
||||||
const LONG_TOUCH_TIME = 500;
|
const LONG_TOUCH_TIME = 500;
|
||||||
function vboxTouchStart(e, i, j) {
|
function vboxTouchStart(e, i, j) {
|
||||||
e.preventDefault();
|
|
||||||
e.stopPropagation();
|
|
||||||
vboxTimer = (setTimeout(() => {
|
vboxTimer = (setTimeout(() => {
|
||||||
sendVboxAccept(j, i);
|
sendVboxAccept(j, i);
|
||||||
vboxTimer = null;
|
vboxTimer = null;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user