-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(Mobile): Bind only to touch or mouse events
Binding to both for the same event causes issues for the grid menu as touch-enabled browsers will fire touch events as well as mouse events subsequently. NOTE: PhantomJS provides touch events though you wouldn't expect it. I've updated the header-cell test specs to allow choosing which sort of event types to trigger.
- Loading branch information
Showing
2 changed files
with
37 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters