SelectorListener icon indicating copy to clipboard operation
SelectorListener copied to clipboard

Ability to cancel future events on return false / Avoid generating keyframe selectors with same id

Open riyazshaikh opened this issue 10 years ago • 1 comments

A couple of fixes/enhancements I made to make your code work for my usage.

riyazshaikh avatar Oct 13 '15 19:10 riyazshaikh

I have added a simple counter to ensure that every listener has a different ID. This should cover half this pull request. I still don't feel right to change what return false does due to the behavior of native DOM APIs folks are already used to.

csuwildcat avatar Feb 02 '16 21:02 csuwildcat