mirror of
https://github.com/zadam/trilium.git
synced 2025-11-12 08:15:52 +01:00
introducing hidden notes, WIP
This commit is contained in:
@@ -139,9 +139,10 @@ export default class DesktopLayout {
|
||||
.child(new SearchResultWidget())
|
||||
.child(new SqlResultWidget())
|
||||
)
|
||||
.child(...this.customWidgets.get('center-pane'))
|
||||
.child(...this.customWidgets.get('node-detail-pane'))
|
||||
)
|
||||
)
|
||||
.child(...this.customWidgets.get('center-pane'))
|
||||
)
|
||||
.child(new RightPaneContainer()
|
||||
.child(...this.customWidgets.get('right-pane'))
|
||||
|
||||
Reference in New Issue
Block a user