There is a discussion somewhere on Github (candy to whoever can find it) - where we wanted to be able to call event.stopPropagation(); throughout the app.
From what I recall, there was no strong reason to have it pass a const. Let me know if you think of any reason we shouldn't do this.
There is a discussion somewhere on Github (candy to whoever can find it) - where we wanted to be able to call
event.stopPropagation();
throughout the app.From what I recall, there was no strong reason to have it pass a const. Let me know if you think of any reason we shouldn't do this.