mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 04:53:58 +08:00
fix(infinite-scroll): unlisten events is not needed
This commit is contained in:
@ -104,7 +104,6 @@ export class InfiniteScroll {
|
|||||||
}
|
}
|
||||||
|
|
||||||
componentDidUnload() {
|
componentDidUnload() {
|
||||||
this.enableScrollEvents(!this.disabled);
|
|
||||||
this.scrollEl = null;
|
this.scrollEl = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user