mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 19:36:12 +01:00
tree utils as a module
This commit is contained in:
@@ -21,7 +21,7 @@ const addLink = (function() {
|
||||
linkTitleEl.val('');
|
||||
|
||||
function setDefaultLinkTitle(noteId) {
|
||||
const noteTitle = getNoteTitle(noteId);
|
||||
const noteTitle = treeUtils.getNoteTitle(noteId);
|
||||
|
||||
linkTitleEl.val(noteTitle);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user