You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(gestures): custom recognizers should not inherit twice. (#902)
* fix(gestures): custom recognizers should not inherit twice.
* HammerJS does not allow custom recognizers to use a default recognizer twice globally.
This means that we can't create a `drag` and `slide` recognizer, which depends for all on one default recognizers.
* Make `mc` a constant as before.
0 commit comments