diff --git a/Wino.Mail/Views/ComposePage.xaml.cs b/Wino.Mail/Views/ComposePage.xaml.cs index 5b3338a0..effb6950 100644 --- a/Wino.Mail/Views/ComposePage.xaml.cs +++ b/Wino.Mail/Views/ComposePage.xaml.cs @@ -376,7 +376,7 @@ namespace Wino.Views /// Whether control itself should be focused as well or not. private async Task FocusEditorAsync(bool focusControlAsWell) { - await InvokeScriptSafeAsync("editor.selection.focus();"); + await InvokeScriptSafeAsync("editor.selection.setCursorIn(editor.editor.firstChild, true)"); if (focusControlAsWell) {