You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-12-02 22:49:09 +02:00
Mobile: Fixed handling of provisional notes
This commit is contained in:
@@ -99,7 +99,9 @@ class NoteScreenComponent extends BaseScreenComponent {
|
||||
const r = await saveDialog();
|
||||
if (r) return r;
|
||||
|
||||
if (!this.state.note.id) {
|
||||
const isProvisionalNote = this.props.provisionalNoteIds.includes(this.props.noteId);
|
||||
|
||||
if (isProvisionalNote) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user