chore(script): remove node-detail-pane

This commit is contained in:
Elian Doran 2025-12-19 23:44:19 +02:00
parent 6da42fac20
commit a5f322617d
No known key found for this signature in database

View File

@ -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"))