Merge branch 'master' into dev

# Conflicts:
#	package-lock.json
#	src/public/app/entities/fnote.js
#	src/services/notes.js
This commit is contained in:
zadam
2023-02-02 23:35:41 +01:00
6 changed files with 22 additions and 12 deletions

View File

@@ -886,6 +886,11 @@ export default class NoteTreeWidget extends NoteContextAwareWidget {
}
}
async focusTreeEvent() {
this.tree.$container.focus();
this.tree.setFocus(true);
}
/** @returns {FancytreeNode} */
async getNodeFromPath(notePath, expand = false, logErrors = true) {
utils.assertArguments(notePath);