MOBILE-3068 notes: Fix pencil button not disappearing

main
Dani Palou 2019-08-23 13:28:40 +02:00
parent 15ecd70e18
commit 58591bdaed
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<core-navbar-buttons end>
<button *ngIf="canDeleteNotes" item-end ion-button icon-only clear (click)="toggleDelete($event)" [attr.aria-label]="'core.delete' | translate">
<button [hidden]="!canDeleteNotes" item-end ion-button icon-only clear (click)="toggleDelete($event)" [attr.aria-label]="'core.delete' | translate">
<ion-icon name="create" ios="md-create"></ion-icon>
</button>
<core-context-menu>