peopleconnectus / ember-concurrency-scroll

An Ember addon that provides a scrolling service that uses ember-concurrency to animate and manage window and element scrolling
MIT License
19 stars 8 forks source link

fix: improved test for window versus passed element #63

Open zenzen-sol opened 4 years ago

zenzen-sol commented 4 years ago

Fix for #60

I was also encountering passed elements that returned invalid functions from scrollTo.

Note that unit tests are failing locally for me in both master and this PR.