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() {
|
||||
this.touchAnchor = null;
|
||||
window.clearTimeout(this.touchTimer);
|
||||
this.touchTimer = 0;
|
||||
this.touchMoved = false;
|
||||
this.prevOver = null;
|
||||
|
||||
window.clearTimeout(this.touchTimer);
|
||||
this.touchTimer = 0;
|
||||
|
||||
window.cancelAnimationFrame(this.touchScrollInterval);
|
||||
this.touchScrollInterval = 0;
|
||||
|
||||
window.cancelAnimationFrame(this.touchMoveSelFrame);
|
||||
this.touchMoveSelFrame = 0;
|
||||
|
||||
this.prevTouch = null;
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue