mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
refactor(all): update to one (part 3) (#18874)
This commit is contained in:
@ -79,7 +79,6 @@ export class InfiniteScroll implements ComponentInterface {
|
||||
async componentDidLoad() {
|
||||
const contentEl = this.el.closest('ion-content');
|
||||
if (contentEl) {
|
||||
await contentEl.componentOnReady();
|
||||
this.scrollEl = await contentEl.getScrollElement();
|
||||
}
|
||||
this.thresholdChanged();
|
||||
|
Reference in New Issue
Block a user