mirror of
https://github.com/zadam/trilium.git
synced 2025-06-06 09:58:32 +02:00
electron 13.5.1 to fix the TLS expiration issue
This commit is contained in:
parent
06eb0ce910
commit
1f75b9c92f
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": {
|
"devDependencies": {
|
||||||
"cross-env": "7.0.3",
|
"cross-env": "7.0.3",
|
||||||
"electron": "13.2.1",
|
"electron": "13.5.1",
|
||||||
"electron-builder": "22.11.1",
|
"electron-builder": "22.11.1",
|
||||||
"electron-packager": "15.2.0",
|
"electron-packager": "15.2.0",
|
||||||
"electron-rebuild": "2.3.5",
|
"electron-rebuild": "2.3.5",
|
||||||
|
@ -1166,7 +1166,7 @@ export default class NoteTreeWidget extends TabAwareWidget {
|
|||||||
const newActiveNode = this.getActiveNode();
|
const newActiveNode = this.getActiveNode();
|
||||||
|
|
||||||
// return focus if the previously active node was also focused
|
// return focus if the previously active node was also focused
|
||||||
if (newActiveNode && activeNodeFocused) {console.log("FOCUSING!!!");
|
if (newActiveNode && activeNodeFocused) {
|
||||||
newActiveNode.setFocus(true);
|
newActiveNode.setFocus(true);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user