TF-2116 UnFocus input field when click collapse/expand signature on web
(cherry picked from commit e62655a7adb1c41eb549d5a5330deaf1850695a7)
This commit is contained in:
@@ -1797,6 +1797,7 @@ class ComposerController extends BaseController {
|
|||||||
|
|
||||||
void handleOnMouseDownHtmlEditorWeb(BuildContext context) {
|
void handleOnMouseDownHtmlEditorWeb(BuildContext context) {
|
||||||
Navigator.maybePop(context);
|
Navigator.maybePop(context);
|
||||||
|
FocusScope.of(context).unfocus();
|
||||||
onEditorFocusChange(true);
|
onEditorFocusChange(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user