introduced NoteFull entity, fixes

This commit is contained in:
azivner
2018-03-25 23:25:17 -04:00
parent cdf94181d2
commit 35998058ce
15 changed files with 184 additions and 165 deletions

View File

@@ -12,7 +12,7 @@ function showDialog() {
height: 500
});
const noteText = noteDetailService.getCurrentNote().detail.content;
const noteText = noteDetailService.getCurrentNote().content;
$noteSource.text(formatHtml(noteText));
}