fix: update previews when changing content of a note

This commit is contained in:
Radek Czemerys
2020-08-23 14:46:40 +02:00
parent 35160f36b8
commit 52a5ce6eea

View File

@@ -412,7 +412,7 @@ export const Compose = (): JSX.Element => {
return;
}
setNoteText(newNoteText);
saveNote(false, true, true, false, {
saveNote(false, true, false, false, {
newTitle: title,
newNoteText,
});