renamed currentNote to activeNote to be consistent with frontend API

This commit is contained in:
zadam
2019-03-14 20:21:27 +01:00
parent 0d0464549f
commit ef40c66344
22 changed files with 117 additions and 117 deletions

View File

@@ -31,7 +31,7 @@ async function show() {
$component.show();
textEditor.setData(noteDetailService.getCurrentNote().noteContent.content);
textEditor.setData(noteDetailService.getActiveNote().noteContent.content);
}
function getContent() {