File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
projects/photo-editor/src/lib/pages Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 44 > < ion-button (click) ="modalCtrl.dismiss() "> < ion-icon name ="close-outline " slot ="icon-only "> </ ion-icon > </ ion-button
55 > </ ion-buttons >
66 < ion-buttons slot ="end ">
7- < ion-button color ="photo-editor-primary " fill ="outline " [disabled] ="!['menu', 'filter'].includes(footerMenu()) " (click) ="imageSave() ">
7+ < ion-button color ="photo-editor-primary " fill ="solid " type =" submit " [disabled] ="!['menu', 'filter'].includes(footerMenu()) " (click) ="imageSave() ">
88 {{ dictionary().save }}
99 </ ion-button >
1010 </ ion-buttons >
Original file line number Diff line number Diff line change 77 </ ion-buttons >
88 @if (enableDelete()) {
99 < ion-buttons slot ="end ">
10- < ion-button color ="photo-editor-danger " fill ="outline " (click) ="remove() "> {{ dictionary().delete }}</ ion-button >
10+ < ion-button color ="photo-editor-danger " fill ="solid " type =" submit " (click) ="remove() "> {{ dictionary().delete }}</ ion-button >
1111 </ ion-buttons >
1212 }
1313 </ ion-toolbar >
You can’t perform that action at this time.
0 commit comments