mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +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.y = this.touch.deltaY + this.touch.lastY;
|
||||
|
||||
console.debug(this.touch.x, this.touch.y);
|
||||
|
||||
if (this.touch.x < x1) {
|
||||
console.debug('OUT ON LEFT');
|
||||
}
|
||||
|
Reference in New Issue
Block a user