mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 10:55:55 +01:00
add links in ckeditor
This commit is contained in:
@@ -305,8 +305,6 @@ const noteTree = (function() {
|
||||
let parentNoteId = 'root';
|
||||
|
||||
for (const noteId of notePath.split('/')) {
|
||||
console.log('noteId: ' + noteId);
|
||||
|
||||
titlePath.push(getNoteTitle(noteId, parentNoteId));
|
||||
|
||||
parentNoteId = noteId;
|
||||
|
||||
Reference in New Issue
Block a user