refactoring

This commit is contained in:
zadam
2021-01-29 22:44:59 +01:00
parent 0a10764ed4
commit 6081c3540e
5 changed files with 50 additions and 39 deletions

View File

@@ -485,7 +485,7 @@ export default class AttributeEditorWidget extends TabAwareWidget {
});
}
else {
this.triggerCommand('focusOnDetail', {tabId: this.tabContext.tabId});
this.triggerEvent('focusOnDetail', {tabId: this.tabContext.tabId});
}
}
}