This commit is contained in:
zadam
2019-05-01 22:19:29 +02:00
parent c9183f8bd4
commit 7e03f14e01
6 changed files with 306 additions and 259 deletions

View File

@@ -31,7 +31,7 @@ function getContent() {
}
$refreshButton.click(async () => {
await noteDetailService.saveNoteIfChanged();
await noteDetailService.saveNotesIfChanged();
await searchNotesService.refreshSearch();
});