mirror of
https://github.com/standardnotes/mobile.git
synced 2026-02-06 22:11:33 -05:00
fix: update previews when changing content of a note
This commit is contained in:
@@ -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,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user