Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(gestures): don't clobber native drag events (#1458)
Remove dragstart and dragend from Hammer.js config so they don't override native HTML5 drag&drop API. drag event unused right now except for one demo. dragstart and dragend not used at all, should be removed. Eventually, their features can be accessed via drag event anyway.
- Loading branch information