sel: add move frame to resetTouchParams
Signed-off-by: Varun Patil <radialapps@gmail.com>monorepo
parent
c5c72dabd8
commit
e3186c1759
|
@ -405,14 +405,18 @@ export default defineComponent({
|
||||||
|
|
||||||
resetTouchParams() {
|
resetTouchParams() {
|
||||||
this.touchAnchor = null;
|
this.touchAnchor = null;
|
||||||
window.clearTimeout(this.touchTimer);
|
|
||||||
this.touchTimer = 0;
|
|
||||||
this.touchMoved = false;
|
this.touchMoved = false;
|
||||||
this.prevOver = null;
|
this.prevOver = null;
|
||||||
|
|
||||||
|
window.clearTimeout(this.touchTimer);
|
||||||
|
this.touchTimer = 0;
|
||||||
|
|
||||||
window.cancelAnimationFrame(this.touchScrollInterval);
|
window.cancelAnimationFrame(this.touchScrollInterval);
|
||||||
this.touchScrollInterval = 0;
|
this.touchScrollInterval = 0;
|
||||||
|
|
||||||
|
window.cancelAnimationFrame(this.touchMoveSelFrame);
|
||||||
|
this.touchMoveSelFrame = 0;
|
||||||
|
|
||||||
this.prevTouch = null;
|
this.prevTouch = null;
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue