@recursyve/nice-ui-kit.v2 13.2.0-beta.115 → 13.2.0-beta.117

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.
@@ -7851,13 +7851,7 @@ class NiceShowHintDirective {
7851
7851
  }
7852
7852
  const overlayRef = this._createOverlay();
7853
7853
  this._detach();
7854
- const instance = (this._hintInstance = overlayRef.attach(this._portal).instance);
7855
- instance._triggerElement = this._elementRef.nativeElement;
7856
- instance
7857
- .afterHidden()
7858
- .pipe(takeUntil(this.unsubscribeAll$))
7859
- .subscribe(() => this._detach());
7860
- instance.show();
7854
+ this._hintInstance = overlayRef.attach(this._portal).instance;
7861
7855
  }
7862
7856
  hide() {
7863
7857
  const instance = this._hintInstance;