mirror of
https://github.com/zadam/trilium.git
synced 2025-06-06 18:08:33 +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 SqlResultWidget())
|
||||||
)
|
)
|
||||||
.child(new FindWidget())
|
.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'))
|
.child(...this.customWidgets.get('center-pane'))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user