Fix [Safari] When the input is still focused, double click to edit recipient in composer
This commit is contained in:
@@ -118,6 +118,8 @@ class _CardWithSmartInteractionOverlayViewState
|
||||
}
|
||||
|
||||
void _togglePopup() {
|
||||
FocusManager.instance.primaryFocus?.unfocus();
|
||||
|
||||
widget.onClearFocusAction?.call();
|
||||
|
||||
if (_overlayEntry == null) {
|
||||
|
||||
Reference in New Issue
Block a user