Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix click handler for dismiss button (#134)
Using an arrow function binds "this" to the outer scope instead of the target element. Pass the event parameter and access the event's target to fix the handler. Fixes: 9aa9542
- Loading branch information