fix tab navigation for compose page (#695)

This commit is contained in:
Aleh Khantsevich
2025-06-21 13:35:42 +02:00
committed by GitHub
parent 7b3459abff
commit a01395aed3

View File

@@ -52,7 +52,7 @@ public sealed partial class ComposePage : ComposePageAbstract,
if (e.NewFocusedElement == WebViewEditor) if (e.NewFocusedElement == WebViewEditor)
{ {
await WebViewEditor.FocusEditorAsync(false); await WebViewEditor.FocusEditorAsync(true);
} }
} }