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
Looking at what actually happens in EmberRouterScroll it only seems like routeWillChange and routeDidChange are bound. These events are available on the RouterService as well. To me it looks like we could now easily refactor this addon to avoid the longer inheritance chain.
The text was updated successfully, but these errors were encountered:
Similar to ember-app-scheduler/ember-app-scheduler#772.
Looking at what actually happens in
EmberRouterScroll
it only seems likerouteWillChange
androuteDidChange
are bound. These events are available on theRouterService
as well. To me it looks like we could now easily refactor this addon to avoid the longer inheritance chain.The text was updated successfully, but these errors were encountered: