EvyatarBHA

Results 3 comments of EvyatarBHA

Issue is in **Popover** directive. My solution for now was using Tooltip directive instead, as it doesn't contain this issue, but I assume Popover should be fixed regardless. Essentially same...

The problem is with this subscription - ``` const _timer = timer(this.delay).subscribe(() => { showPopover(); cancelDelayedTooltipShowing(); }); ``` If component gets destroyed **before** reaching delay timeout and close trigger is...

Again, I don't need help here. For me, the solution was switching to Tooltip directive, where the bug doesn't exist. However, this is a widely used project and the solution...