mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 02:45:54 +01:00
sidebar pulled outside of the tab content and added splitter
This commit is contained in:
@@ -251,6 +251,10 @@ class TabContext {
|
||||
|
||||
this.$tabContent.show();
|
||||
|
||||
if (this.sidebar) {
|
||||
this.sidebar.show();
|
||||
}
|
||||
|
||||
this.setCurrentNotePathToHash();
|
||||
this.setTitleBar();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user