mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 05:21:52 +08:00
chore(): fix typescript error
This commit is contained in:
@ -567,8 +567,6 @@ export class Slides extends Ion {
|
|||||||
this.touch.x = this.touch.deltaX + this.touch.lastX;
|
this.touch.x = this.touch.deltaX + this.touch.lastX;
|
||||||
this.touch.y = this.touch.deltaY + this.touch.lastY;
|
this.touch.y = this.touch.deltaY + this.touch.lastY;
|
||||||
|
|
||||||
console.debug(this.touch.x, this.touch.y);
|
|
||||||
|
|
||||||
if (this.touch.x < x1) {
|
if (this.touch.x < x1) {
|
||||||
console.debug('OUT ON LEFT');
|
console.debug('OUT ON LEFT');
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user