mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 21:36:05 +01:00
fix title bar buttons visibility
This commit is contained in:
@@ -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});
|
||||
|
||||
Reference in New Issue
Block a user