Fix [Safari] When the input is still focused, double click to edit recipient in composer

This commit is contained in:
dab246
2025-08-26 19:01:32 +07:00
committed by Dat H. Pham
parent e9c66404d3
commit 0c82b69c71
2 changed files with 4 additions and 2 deletions
@@ -118,6 +118,8 @@ class _CardWithSmartInteractionOverlayViewState
}
void _togglePopup() {
FocusManager.instance.primaryFocus?.unfocus();
widget.onClearFocusAction?.call();
if (_overlayEntry == null) {