perf(icon): disable icon lazy loading when it's not needed

This commit is contained in:
Manu Mtz.-Almeida
2018-07-29 16:04:51 +02:00
parent b73bbffd97
commit 7292fc7d38
9 changed files with 18 additions and 20 deletions

View File

@ -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 &&