committed by
József Farkas
parent
f93477487c
commit
aca22f9429
@@ -110,7 +110,7 @@ export class MacroComponent implements OnDestroy {
|
||||
}
|
||||
|
||||
private hideActiveEditor() {
|
||||
if (this.activeEdit) {
|
||||
if (this.activeEdit !== undefined) {
|
||||
this.macroItems.toArray()[this.activeEdit].cancelEdit();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user