mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 20:33:32 +08:00
chore(interface): update componentOnReady() and overlay interface
This commit is contained in:
@ -9,7 +9,7 @@ export class InfiniteScroll {
|
||||
|
||||
private thrPx = 0;
|
||||
private thrPc = 0;
|
||||
private scrollEl?: HTMLIonScrollElement;
|
||||
private scrollEl?: HTMLIonScrollElement | null;
|
||||
private didFire = false;
|
||||
private isBusy = false;
|
||||
|
||||
|
Reference in New Issue
Block a user