Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tooltip triggering too many ChangeDetection cycles #13

Open
simonmumenthaler opened this issue Nov 1, 2022 · 1 comment
Open

Tooltip triggering too many ChangeDetection cycles #13

simonmumenthaler opened this issue Nov 1, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@simonmumenthaler
Copy link
Contributor

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.

@simonmumenthaler simonmumenthaler added the enhancement New feature or request label Nov 1, 2022
@simonmumenthaler simonmumenthaler self-assigned this Nov 1, 2022
@michaelwittwer
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants