Merge branch 'master' into next53

This commit is contained in:
zadam
2022-06-02 22:32:29 +02:00
16 changed files with 1221 additions and 315 deletions

View File

@@ -206,7 +206,7 @@ function changeTitle(req) {
const noteTitleChanged = note.title !== title;
if (noteTitleChanged) {
noteService.saveNoteRevision(note);
noteService.saveNoteRevisionIfNeeded(note);
}
note.title = title;