mirror of
https://github.com/zadam/trilium.git
synced 2025-11-12 16:25:51 +01:00
mobile layout has floating buttons
This commit is contained in:
@@ -83,7 +83,7 @@ export default class DesktopLayout {
|
||||
}
|
||||
|
||||
getRootWidget(appContext) {
|
||||
appContext.mainTreeWidget = new NoteTreeWidget("main");
|
||||
appContext.noteTreeWidget = new NoteTreeWidget();
|
||||
|
||||
return new RootContainer()
|
||||
.setParent(appContext)
|
||||
@@ -96,7 +96,7 @@ export default class DesktopLayout {
|
||||
)
|
||||
.child(new LeftPaneContainer()
|
||||
.child(new QuickSearchWidget())
|
||||
.child(appContext.mainTreeWidget)
|
||||
.child(appContext.noteTreeWidget)
|
||||
.child(...this.customWidgets.get('left-pane'))
|
||||
)
|
||||
.child(new FlexContainer('column')
|
||||
|
||||
Reference in New Issue
Block a user