shiftcode / sc-ng-commons-public

contains few commonly used angular packages
MIT License
1 stars 0 forks source link

Tooltip triggering too many ChangeDetection cycles #13

Open simonmumenthaler opened 1 year ago

simonmumenthaler commented 1 year ago

When using the scTooltip directive multiple change detection cycles are run on the containing component when showing / hiding the tooltip component.

There should only be one cd cycle imo - or none at all since we basically have the tooltip component in a separate scope.

michaelwittwer commented 9 months ago

@simonmumenthaler do you know if this is resolved by #18 ?