ccampbell/mousetrap

Allowing to ignore events with defaultPrevented?

Opened this issue · 0 comments

I might be missing something obvious, but it seems that Mousetrap doesn't check whether evt.defaultPrevented is true before triggering its own callbacks. Should that be the case? At least, I would think, it should be configurable to ignore those events.