mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 11:26:15 +01:00
renamed currentNote to activeNote to be consistent with frontend API
This commit is contained in:
@@ -31,7 +31,7 @@ async function show() {
|
||||
|
||||
$component.show();
|
||||
|
||||
textEditor.setData(noteDetailService.getCurrentNote().noteContent.content);
|
||||
textEditor.setData(noteDetailService.getActiveNote().noteContent.content);
|
||||
}
|
||||
|
||||
function getContent() {
|
||||
|
||||
Reference in New Issue
Block a user