note activation from API will also scroll to it / focus

This commit is contained in:
zadam
2019-07-28 14:47:35 +02:00
parent 0c2dd6aa35
commit 083dee9bdd
3 changed files with 8 additions and 3 deletions

View File

@@ -881,5 +881,6 @@ export default {
getNodeFromPath,
resolveNotePath,
getSomeNotePath,
focusTree
focusTree,
scrollToActiveNote
};