Skip to content

Fixing event delegation

Compare
Choose a tag to compare
@phillipskevin phillipskevin released this 22 Mar 17:43
· 27 commits to master since this release

This fixes event delegation so all events are dispatched on the inner-most element, and then traverse up to the parent, and so on.

This also makes it so that ev.stopPropagationand ev.stopImmediatePropagation work with event delegation.

#63