mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 11:26:15 +01:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b2b1c9ebb7 | ||
|
|
1f75b9c92f | ||
|
|
06eb0ce910 |
11046
package-lock.json
generated
11046
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -2,7 +2,7 @@
|
||||
"name": "trilium",
|
||||
"productName": "Trilium Notes",
|
||||
"description": "Trilium Notes",
|
||||
"version": "0.47.7",
|
||||
"version": "0.47.8",
|
||||
"license": "AGPL-3.0-only",
|
||||
"main": "electron.js",
|
||||
"bin": {
|
||||
@@ -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",
|
||||
|
||||
@@ -111,7 +111,7 @@ const MIME_TYPES_DICT = [
|
||||
{ title: "Scala", mime: "text/x-scala" },
|
||||
{ title: "Scheme", mime: "text/x-scheme" },
|
||||
{ title: "SCSS", mime: "text/x-scss" },
|
||||
{ default: true, title: "Shell", mime: "text/x-sh" },
|
||||
{ default: true, title: "Shell (bash)", mime: "text/x-sh" },
|
||||
{ title: "Sieve", mime: "application/sieve" },
|
||||
{ title: "Slim", mime: "text/x-slim" },
|
||||
{ title: "Smalltalk", mime: "text/x-stsrc" },
|
||||
@@ -184,4 +184,4 @@ async function getMimeTypes() {
|
||||
export default {
|
||||
getMimeTypes,
|
||||
loadMimeTypes
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
});
|
||||
|
||||
@@ -1 +1 @@
|
||||
module.exports = { buildDate:"2021-08-22T12:36:49+02:00", buildRevision: "08eda83700038b4a658d6830dcf8e34d1bcfbc0f" };
|
||||
module.exports = { buildDate:"2021-10-04T22:18:33+02:00", buildRevision: "1f75b9c92f1f695e4f43230f88d676ab8a0b39c0" };
|
||||
|
||||
Reference in New Issue
Block a user