mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-09 16:16:41 +08:00
chore(gestures): update core gestures
This commit is contained in:
@ -348,7 +348,7 @@ export class Gesture {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
ionViewWillUnload() {
|
ionViewDidUnload() {
|
||||||
this.gesture && this.gesture.destroy();
|
this.gesture && this.gesture.destroy();
|
||||||
this.gesture = this.pan = this.detail = this.detail.event = null;
|
this.gesture = this.pan = this.detail = this.detail.event = null;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user