mirror of
https://github.com/zadam/trilium.git
synced 2025-10-27 16:26:31 +01:00
yet another refactoring of working with note's payload/content
This commit is contained in:
@@ -8,7 +8,7 @@ function showDialog() {
|
||||
|
||||
$dialog.modal();
|
||||
|
||||
const noteText = noteDetailService.getActiveNote().noteContent.content;
|
||||
const noteText = noteDetailService.getActiveNote().content;
|
||||
|
||||
$noteSource.text(formatHtml(noteText));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user