mirror of
https://github.com/zadam/trilium.git
synced 2025-12-21 06:44:24 +01:00
chore(script): remove node-detail-pane
This commit is contained in:
parent
6da42fac20
commit
a5f322617d
@ -172,10 +172,7 @@ export default class DesktopLayout {
|
|||||||
)
|
)
|
||||||
.child(<ApiLog />)
|
.child(<ApiLog />)
|
||||||
.child(new FindWidget())
|
.child(new FindWidget())
|
||||||
.child(
|
.child(...this.customWidgets.get("note-detail-pane"))
|
||||||
...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