chrv-components 1.12.130 → 1.12.131
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.
|
Binary file
|
|
@@ -4118,9 +4118,9 @@ class ChrPopoverDirective {
|
|
|
4118
4118
|
this.renderer.listen(this.targetElement(), 'mouseleave', (event) => {
|
|
4119
4119
|
// this.isInsideTarget.set(false);
|
|
4120
4120
|
// this.isInsidePopover$.next(false);
|
|
4121
|
-
if (this.isPointerInsideElements(event)) {
|
|
4122
|
-
|
|
4123
|
-
}
|
|
4121
|
+
// if (this.isPointerInsideElements(event)) {
|
|
4122
|
+
// return;
|
|
4123
|
+
// }
|
|
4124
4124
|
this.isTargetHovered$.next(false);
|
|
4125
4125
|
// setTimeout(() => {
|
|
4126
4126
|
// if (!this.isInsideHost() && !this.isInsideTargetBoundingBox(event))
|