store "openTabs" session

This commit is contained in:
zadam
2019-05-10 21:43:40 +02:00
parent 89d4be504d
commit be68391c37
10 changed files with 118 additions and 45 deletions

View File

@@ -76,7 +76,6 @@ async function getTree() {
const relations = await getRelations(noteIds);
return {
startNotePath: (await optionService.getOption('startNotePath')) || 'root',
branches,
notes,
relations