sorting of widgets

This commit is contained in:
zadam
2020-03-16 22:14:18 +01:00
parent 173030e02e
commit a7ddc33b6d
15 changed files with 47 additions and 52 deletions

View File

@@ -148,7 +148,7 @@ export default class DesktopLayout {
.child(new TabCachingWidget(() => new NoteRevisionsWidget()))
.child(new TabCachingWidget(() => new SimilarNotesWidget()))
.child(new TabCachingWidget(() => new WhatLinksHereWidget()))
.addChildren(this.customWidgets['right-pane'])
.child(...this.customWidgets['right-pane'])
)
.child(new SidePaneToggles().hideInZenMode())
);