mirror of
https://github.com/zadam/trilium.git
synced 2025-10-28 16:56:34 +01:00
fix switching notes in the passive tabs
This commit is contained in:
@@ -418,7 +418,8 @@ export default class NoteTreeWidget extends TabAwareWidget {
|
||||
await this.tree.reload(notes);
|
||||
}
|
||||
|
||||
collapseTreeCommand() { this.collapseTree(); }
|
||||
// must be event since it's triggered from outside the tree
|
||||
collapseTreeEvent() { this.collapseTree(); }
|
||||
|
||||
isEnabled() {
|
||||
return !!this.tabContext;
|
||||
|
||||
Reference in New Issue
Block a user