You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-07-16 00:14:34 +02:00
This commit is contained in:
@ -102,6 +102,7 @@ shared.saveNoteButton_press = async function(comp: BaseNoteScreenComponent, fold
|
||||
const saveOptions = {
|
||||
userSideValidation: true,
|
||||
fields: BaseModel.diffObjectsFields(comp.state.lastSavedNote, note),
|
||||
dispatchOptions: { preserveSelection: true },
|
||||
};
|
||||
|
||||
const hasAutoTitle = comp.state.newAndNoTitleChangeNoteId || (isProvisionalNote && !note.title);
|
||||
|
Reference in New Issue
Block a user