You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-26 22:41:17 +02:00
Mobile: Fixes #10237: Automatically set focus on title or body when creating a new note
This commit is contained in:
@@ -165,6 +165,10 @@ const useEditorControl = (
|
||||
return bodyControl.execCommand(command, ...args);
|
||||
},
|
||||
|
||||
focus() {
|
||||
void bodyControl.execCommand(EditorCommandType.Focus);
|
||||
},
|
||||
|
||||
undo() {
|
||||
bodyControl.undo();
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user