fix tab navigation for compose page (#695)
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user