mirror of
https://github.com/zadam/trilium.git
synced 2025-10-27 16:26:31 +01:00
introduced NoteFull entity, fixes
This commit is contained in:
@@ -12,7 +12,7 @@ function showDialog() {
|
||||
height: 500
|
||||
});
|
||||
|
||||
const noteText = noteDetailService.getCurrentNote().detail.content;
|
||||
const noteText = noteDetailService.getCurrentNote().content;
|
||||
|
||||
$noteSource.text(formatHtml(noteText));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user