fixed search notes with new treecache

This commit is contained in:
zadam
2019-10-27 19:17:32 +01:00
parent 86a330c8c3
commit e04845335b
3 changed files with 27 additions and 29 deletions

View File

@@ -854,7 +854,7 @@ async function reloadNotes(noteIds, activateNotePath = null) {
const node = await getNodeFromPath(activateNotePath);
if (node) {
await node.setActive(true, {noEvents: true}); // this node has been already active so no need to fire events again
await node.setActive(true);
}
}
}