mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 04:53:58 +08:00
chore(): update to ionic-rules/strict
This commit is contained in:
@ -42,7 +42,6 @@ export class InfiniteScroll {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* If true, the infinite scroll will be hidden and scroll event listeners
|
||||
* will be removed.
|
||||
@ -74,7 +73,6 @@ export class InfiniteScroll {
|
||||
*/
|
||||
@Event() ionInfinite!: EventEmitter<void>;
|
||||
|
||||
|
||||
async componentDidLoad() {
|
||||
const contentEl = this.el.closest('ion-content');
|
||||
if (contentEl) {
|
||||
|
Reference in New Issue
Block a user