mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-09 16:16:41 +08:00
perf(icon): disable icon lazy loading when it's not needed
This commit is contained in:
@ -43,7 +43,7 @@ export class RefresherContent {
|
||||
<div class="refresher-pulling">
|
||||
{this.pullingIcon &&
|
||||
<div class="refresher-pulling-icon">
|
||||
<ion-icon icon={this.pullingIcon}></ion-icon>
|
||||
<ion-icon icon={this.pullingIcon} lazy={false}></ion-icon>
|
||||
</div>
|
||||
}
|
||||
{this.pullingText &&
|
||||
|
||||
Reference in New Issue
Block a user