mirror of
https://github.com/zadam/trilium.git
synced 2025-11-07 13:56:11 +01:00
find widget improvements
This commit is contained in:
@@ -162,10 +162,10 @@ export default class DesktopLayout {
|
||||
.child(new SearchResultWidget())
|
||||
.child(new SqlResultWidget())
|
||||
)
|
||||
.child(new FindWidget())
|
||||
.child(...this.customWidgets.get('node-detail-pane'))
|
||||
)
|
||||
)
|
||||
.child(new FindWidget())
|
||||
.child(...this.customWidgets.get('center-pane'))
|
||||
)
|
||||
.child(new RightPaneContainer()
|
||||
|
||||
Reference in New Issue
Block a user