mirror of
https://github.com/laurent22/joplin.git
synced 2025-01-11 18:24:43 +02:00
Mobile: Auto-save after toggling to-do state
This commit is contained in:
parent
d066350eea
commit
0255546ae1
@ -536,6 +536,8 @@ class NoteScreenComponent extends BaseScreenComponent {
|
||||
|
||||
toggleIsTodo_onPress() {
|
||||
shared.toggleIsTodo_onPress(this);
|
||||
|
||||
this.scheduleSave();
|
||||
}
|
||||
|
||||
tags_onPress() {
|
||||
|
Loading…
Reference in New Issue
Block a user