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

feat: allow tracking of dom changes and preventing events from firing during one #133

Merged
merged 1 commit into from
Jun 4, 2024

Conversation

edusperoni
Copy link
Collaborator

This is a draft PR with a small change that would allow the user to prevent some events from firing during a DOM change (example: during change detection), so such events would only reach angular if they fire outside of CD (eg: during user interaction)

@cla-bot cla-bot bot added the cla: yes label May 20, 2024
@NathanWalker NathanWalker merged commit a009096 into main Jun 4, 2024
2 checks passed
@NathanWalker NathanWalker deleted the feat/track-dom-changes branch June 4, 2024 15:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants