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:
parent
53d7a51cb0
commit
fb913bc33c
@ -225,6 +225,7 @@ class NoteScreenComponent extends BaseScreenComponent {
|
||||
|
||||
title_changeText(text) {
|
||||
shared.noteComponent_change(this, 'title', text);
|
||||
this.setState({ newAndNoTitleChangeNoteId: null });
|
||||
}
|
||||
|
||||
body_changeText(text) {
|
||||
|
Loading…
Reference in New Issue
Block a user