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:
@@ -84,6 +84,7 @@ export class MacroItemComponent implements OnInit, OnChanges {
|
||||
|
||||
editAction(): void {
|
||||
if (!this.editable || this.editing) {
|
||||
this.cancelEdit();
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user