mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-24 10:27:10 +02:00
* latest changes merged * fixed linting syntax
This commit is contained in:
parent
7b365194ba
commit
9749a2b9b7
@ -96,8 +96,10 @@ class NoteScreenComponent extends BaseScreenComponent {
|
|||||||
};
|
};
|
||||||
|
|
||||||
this.backHandler = async () => {
|
this.backHandler = async () => {
|
||||||
const r = await saveDialog();
|
|
||||||
if (r) return r;
|
if (this.isModified()) {
|
||||||
|
await this.saveNoteButton_press();
|
||||||
|
}
|
||||||
|
|
||||||
const isProvisionalNote = this.props.provisionalNoteIds.includes(this.props.noteId);
|
const isProvisionalNote = this.props.provisionalNoteIds.includes(this.props.noteId);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user