mirror of
https://github.com/zadam/trilium.git
synced 2025-10-28 16:56:34 +01:00
Merge branch 'master' into dev
# Conflicts: # package-lock.json # src/public/app/entities/fnote.js # src/services/notes.js
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user