TF-3399 Fix can not click on body of composer in Samsung A3
This commit is contained in:
@@ -296,6 +296,11 @@ class RichTextWebController extends BaseRichTextController {
|
||||
: FormattingOptionsState.enabled;
|
||||
|
||||
formattingOptionsState.value = newState;
|
||||
|
||||
if (isFormattingOptionsEnabled) {
|
||||
FocusManager.instance.primaryFocus?.unfocus();
|
||||
editorController.setFocus();
|
||||
}
|
||||
}
|
||||
|
||||
bool get isFormattingOptionsEnabled => formattingOptionsState.value == FormattingOptionsState.enabled;
|
||||
|
||||
Reference in New Issue
Block a user