monkey-style-guide-v2 0.0.64 → 0.0.65
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -2764,7 +2764,7 @@ class MonkeyAutocompleteAddressComponent {
|
|
|
2764
2764
|
}
|
|
2765
2765
|
_onBlur(event) {
|
|
2766
2766
|
const next = event?.relatedTarget;
|
|
2767
|
-
if (next && this.containerWrapper
|
|
2767
|
+
if (next && this.containerWrapper?.nativeElement?.contains(next)) {
|
|
2768
2768
|
return;
|
|
2769
2769
|
}
|
|
2770
2770
|
this.focused = false;
|