chrv-components 1.12.79 → 1.12.80
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
|
|
@@ -6875,6 +6875,7 @@ class ChrHoverDirective {
|
|
|
6875
6875
|
});
|
|
6876
6876
|
}
|
|
6877
6877
|
ngOnInit() {
|
|
6878
|
+
this.overlayRef.updatePositionStrategy(this.snappedStrategy());
|
|
6878
6879
|
this.eventListeners.push(this.renderer.listen(this.el.nativeElement, 'mouseenter', () => {
|
|
6879
6880
|
this.clearCloseTimeout();
|
|
6880
6881
|
this.open();
|