introducing hidden notes, WIP

This commit is contained in:
zadam
2021-06-05 23:35:47 +02:00
parent 882912826f
commit e48609aa68
3 changed files with 71 additions and 25 deletions

View File

@@ -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'))