mirror of
https://github.com/zadam/trilium.git
synced 2025-11-12 16:25:51 +01:00
electron 13.5.1 to fix the TLS expiration issue
This commit is contained in:
@@ -1166,7 +1166,7 @@ export default class NoteTreeWidget extends TabAwareWidget {
|
||||
const newActiveNode = this.getActiveNode();
|
||||
|
||||
// return focus if the previously active node was also focused
|
||||
if (newActiveNode && activeNodeFocused) {console.log("FOCUSING!!!");
|
||||
if (newActiveNode && activeNodeFocused) {
|
||||
newActiveNode.setFocus(true);
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user