TF-2116 UnFocus input field when click collapse/expand signature on web

(cherry picked from commit e62655a7adb1c41eb549d5a5330deaf1850695a7)
This commit is contained in:
dab246
2023-09-14 23:22:47 +07:00
committed by Dat H. Pham
parent 6626223926
commit 5d7f777ff5
@@ -1797,6 +1797,7 @@ class ComposerController extends BaseController {
void handleOnMouseDownHtmlEditorWeb(BuildContext context) {
Navigator.maybePop(context);
FocusScope.of(context).unfocus();
onEditorFocusChange(true);
}