mirror of
https://github.com/zadam/trilium.git
synced 2025-06-05 09:28:45 +02:00
fix typo in the custom widget location
This commit is contained in:
parent
e51276f532
commit
ae46b3df58
@ -194,7 +194,10 @@ export default class DesktopLayout {
|
||||
.child(new SqlResultWidget())
|
||||
)
|
||||
.child(new FindWidget())
|
||||
.child(...this.customWidgets.get('node-detail-pane'))
|
||||
.child(
|
||||
...this.customWidgets.get('node-detail-pane'), // typo, let's keep it for a while as BC
|
||||
...this.customWidgets.get('note-detail-pane')
|
||||
)
|
||||
)
|
||||
)
|
||||
.child(...this.customWidgets.get('center-pane'))
|
||||
|
Loading…
x
Reference in New Issue
Block a user