forked from EVOgeek/Vmeda.Online
MOBILE-3833 core: Fix error when renaming local file
parent
7097d3c9fc
commit
dab598f473
|
@ -22,13 +22,13 @@
|
||||||
</ion-input>
|
</ion-input>
|
||||||
|
|
||||||
<div class="buttons" slot="end">
|
<div class="buttons" slot="end">
|
||||||
<ion-button fill="clear" *ngIf="isIOS" (click)="openFile($event, true)" [attr.aria-label]="openButtonLabel | translate">
|
<ion-button fill="clear" *ngIf="isIOS && !editMode" (click)="openFile($event, true)"
|
||||||
|
[attr.aria-label]="openButtonLabel | translate">
|
||||||
<ion-icon slot="icon-only" [name]="openButtonIcon" aria-hidden="true"></ion-icon>
|
<ion-icon slot="icon-only" [name]="openButtonIcon" aria-hidden="true"></ion-icon>
|
||||||
</ion-button>
|
</ion-button>
|
||||||
|
|
||||||
<ng-container *ngIf="manage">
|
<ng-container *ngIf="manage">
|
||||||
<ion-button *ngIf="editMode" fill="clear" [attr.aria-label]="'core.save' | translate" color="success" type="submit"
|
<ion-button *ngIf="editMode" fill="clear" [attr.aria-label]="'core.save' | translate" color="success" type="submit">
|
||||||
(click)="changeName(newFileName, $event)">
|
|
||||||
<ion-icon name="fas-check" slot="icon-only" aria-hidden="true"></ion-icon>
|
<ion-icon name="fas-check" slot="icon-only" aria-hidden="true"></ion-icon>
|
||||||
</ion-button>
|
</ion-button>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue