mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 03:16:11 +01:00
split out note's content into separate entity, WIP
This commit is contained in:
@@ -22,7 +22,7 @@ async function show() {
|
||||
|
||||
textEditor.isReadOnly = await isReadOnly();
|
||||
|
||||
textEditor.setData(noteDetailService.getCurrentNote().content);
|
||||
textEditor.setData(noteDetailService.getCurrentNote().noteContent.content);
|
||||
|
||||
$component.show();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user