Skip to content
New issue

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

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

Already on GitHub? # to your account

Some Delete operations are being executed twice #403

Closed
EricWittmann opened this issue Aug 27, 2018 · 0 comments
Closed

Some Delete operations are being executed twice #403

EricWittmann opened this issue Aug 27, 2018 · 0 comments
Labels

Comments

@EricWittmann
Copy link
Member

The problem is that I'm using the following in the icon-button component:

@Output click: EventEmitter

This is causing the click event to be fired twice. Once for the custom @Output and once for the standard click event that all HTML components have. Fascinating problem.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant