state is now applied to sidebar widgets

This commit is contained in:
zadam
2019-08-16 21:29:44 +02:00
parent aa981d3cd4
commit f259c60b54
11 changed files with 38 additions and 38 deletions

View File

@@ -395,7 +395,7 @@ async function treeInitialized() {
for (const tab of filteredTabs) {
await noteDetailService.loadNoteDetail(tab.notePath, {
tabId: tab.tabId,
state: tab,
newTab: true,
activate: tab.active
});