Bug in DomEvent: removeListener does not remove listener is some cases #281
Labels
blocker
Critical issue or PR that must be resolved before the next release
Milestone
removeListener does not remove SAME listeners
Here is simple test:
Now we can click on the page and we'll see message "i'm OnClick listener" 9 times instead of 0.
The text was updated successfully, but these errors were encountered: