clicking on a non-active macro action or on the title of the active macro action should cancel the editing of the current macro action

This commit is contained in:
Attila Csanyi
2017-06-06 20:59:55 +02:00
parent fc002ccd4f
commit 91a4447f2c

View File

@@ -84,6 +84,7 @@ export class MacroItemComponent implements OnInit, OnChanges {
editAction(): void {
if (!this.editable || this.editing) {
this.cancelEdit();
return;
}