mirror of
https://github.com/zadam/trilium.git
synced 2025-11-07 13:56:11 +01:00
renamed db columns to camelCase
This commit is contained in:
@@ -160,7 +160,7 @@ $(document).tooltip({
|
||||
if (notePath !== null) {
|
||||
const noteId = treeUtils.getNoteIdFromNotePath(notePath);
|
||||
|
||||
noteEditor.loadNote(noteId).then(note => callback(note.detail.note_text));
|
||||
noteEditor.loadNote(noteId).then(note => callback(note.detail.content));
|
||||
}
|
||||
},
|
||||
close: function(event, ui)
|
||||
|
||||
Reference in New Issue
Block a user