mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 19:36:12 +01:00
electron 13.5.1 to fix the TLS expiration issue
This commit is contained in:
11046
package-lock.json
generated
11046
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -80,7 +80,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"cross-env": "7.0.3",
|
||||
"electron": "13.2.1",
|
||||
"electron": "13.5.1",
|
||||
"electron-builder": "22.11.1",
|
||||
"electron-packager": "15.2.0",
|
||||
"electron-rebuild": "2.3.5",
|
||||
|
||||
@@ -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