diff --git a/Wino.Mail/Views/ComposePage.xaml.cs b/Wino.Mail/Views/ComposePage.xaml.cs index d0f95bab..19efa9d0 100644 --- a/Wino.Mail/Views/ComposePage.xaml.cs +++ b/Wino.Mail/Views/ComposePage.xaml.cs @@ -52,7 +52,7 @@ public sealed partial class ComposePage : ComposePageAbstract, if (e.NewFocusedElement == WebViewEditor) { - await WebViewEditor.FocusEditorAsync(false); + await WebViewEditor.FocusEditorAsync(true); } }