fix title bar buttons visibility

This commit is contained in:
zadam
2020-02-08 18:25:07 +01:00
parent 60d07a6871
commit 08687b76ea
2 changed files with 33 additions and 36 deletions

View File

@@ -36,7 +36,7 @@ export default class TabCachingWidget extends TabAwareWidget {
if (!widget) {
widget = this.widgets[this.tabContext.tabId] = this.widgetFactory();
this.children.push(widget);console.log("Creating widget",widget.componentId,"for", this.tabContext.tabId);
this.children.push(widget);
this.$widget.after(widget.render());
widget.eventReceived('setTabContext', {tabContext: this.tabContext});