1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-24 10:27:10 +02:00

Mobile: Fixes #654: Fixed auto-title logic so that set title doesn't get overwritten in some conditions for new notes

This commit is contained in:
Laurent Cozic 2018-09-29 15:57:18 +01:00
parent 53d7a51cb0
commit fb913bc33c

View File

@ -225,6 +225,7 @@ class NoteScreenComponent extends BaseScreenComponent {
title_changeText(text) {
shared.noteComponent_change(this, 'title', text);
this.setState({ newAndNoTitleChangeNoteId: null });
}
body_changeText(text) {