mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 11:26:15 +01:00
yet another refactoring of working with note's payload/content
This commit is contained in:
@@ -31,7 +31,7 @@ async function show() {
|
||||
|
||||
$component.show();
|
||||
|
||||
textEditor.setData(noteDetailService.getActiveNote().noteContent.content);
|
||||
textEditor.setData(noteDetailService.getActiveNote().content);
|
||||
}
|
||||
|
||||
function getContent() {
|
||||
|
||||
Reference in New Issue
Block a user