mirror of
https://github.com/zadam/trilium.git
synced 2025-11-07 13:56:11 +01:00
refactored layout out of app context
This commit is contained in:
@@ -234,6 +234,12 @@ const TAB_ROW_TPL = `
|
||||
</div>`;
|
||||
|
||||
export default class TabRowWidget extends BasicWidget {
|
||||
constructor(appContext) {
|
||||
super(appContext);
|
||||
|
||||
appContext.tabRow = this;
|
||||
}
|
||||
|
||||
doRender() {
|
||||
this.$widget = $(TAB_ROW_TPL);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user