mirror of
https://github.com/zadam/trilium.git
synced 2025-10-29 01:06:36 +01:00
refactored tab activation
This commit is contained in:
@@ -408,6 +408,7 @@ export default class NoteTreeWidget extends TabAwareWidget {
|
||||
|
||||
if (oldActiveNode) {
|
||||
oldActiveNode.setActive(false);
|
||||
oldActiveNode.setFocus(false);
|
||||
}
|
||||
|
||||
if (this.tabContext && this.tabContext.notePath) {
|
||||
|
||||
Reference in New Issue
Block a user