-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deprecate canDispatchToEventManager
?
#14754
Comments
I checked with @tomdale and apparently this was originally added to allow views to differentiate between certain types of touch input, however the addon that originally used this (ember-touch) has been deprecated in favor of Hammer.js.
Yes, we should absolutely deprecate it.
I think we can make it more "pay-go" either way, so that most apps don't have to pay the cost of the feature they never use... |
TODOs:
|
…EventManager [DEPRECATION] #14754 deprecate `canDispatchToEventManager`
From
ember.js/packages/ember-views/lib/system/event_dispatcher.js
Lines 105 to 133 in e24e403
Some questions:
eventManager
s? Can we suggest alternative solutions?The text was updated successfully, but these errors were encountered: