diff --git a/package-lock.json b/package-lock.json index 0d412af98..361c0c69c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "trilium", - "version": "0.36.3", + "version": "0.36.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/src/public/javascripts/services/note_detail_relation_map.js b/src/public/javascripts/services/note_detail_relation_map.js index 016e0a7f3..c7c06fbec 100644 --- a/src/public/javascripts/services/note_detail_relation_map.js +++ b/src/public/javascripts/services/note_detail_relation_map.js @@ -184,7 +184,7 @@ class NoteDetailRelationMap { this.saveData(); } else if (cmd === "edit-title") { - const promptDialog = await import('"../dialogs/prompt.js"'); + const promptDialog = await import("../dialogs/prompt.js"); const title = await promptDialog.ask({ message: "Enter new note title:", defaultValue: $title.text() @@ -446,7 +446,7 @@ class NoteDetailRelationMap { return; } - const promptDialog = await import('"../dialogs/prompt.js"'); + const promptDialog = await import("../dialogs/prompt.js"); const name = await promptDialog.ask({ message: "Specify new relation name:", shown: ({ $answer }) =>