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

@@ -11,8 +11,6 @@ async function addRecentNote(req) {
branchId: branchId,
notePath: notePath
}).save();
await optionService.setOption('startNotePath', notePath);
}
module.exports = {