mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 00:27:41 +08:00
chore(): update to ionic-rules/strict
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
import { Component, Element, Event, EventEmitter, Method, Prop, QueueApi, State } from '@stencil/core';
|
||||
|
||||
import { GestureDetail, Mode } from '../../interface';
|
||||
import { createThemedClasses } from '../../utils/theme';
|
||||
|
||||
@ -43,7 +44,6 @@ export class Refresher {
|
||||
*/
|
||||
@State() private state: RefresherState = RefresherState.Inactive;
|
||||
|
||||
|
||||
@Element() el!: HTMLElement;
|
||||
|
||||
/**
|
||||
@ -222,7 +222,6 @@ export class Refresher {
|
||||
}
|
||||
|
||||
// prevent native scroll events
|
||||
console.debug('preventDefault');
|
||||
ev.preventDefault();
|
||||
|
||||
// the refresher is actively pulling at this point
|
||||
|
||||
Reference in New Issue
Block a user