Yicheng (Jerry) Gong

Results 18 comments of Yicheng (Jerry) Gong

@grapho My bad, my oversight. #328 should allow you to do ``` import { drag, reorder } from ember-sortable/test-support/helpers; ```

I can help add some examples for the dom-related helpers. Creating a tasklist for ease of tracking. - [x] DOM Interaction Helpers - [ ] DOM Query Helpers - [...

How about a simple functional one like `scroll-to` that will scroll in a certain direction by a certain amount or even to an element? Or can break it into `scroll-left`,...

Yeah it'll just wrap around https://developer.mozilla.org/en-US/docs/Web/API/Element/scrollTo. We can have another one for `scrollIntoView` maybe?

Yeah we can do that

Sounds good, I should adapt similar API for the others as well

@elwayman02 Oh I just realized the difference between `window.scrollTo` and `element.scrollTo`. I think `element.scrollTo` is meant for within a scrollable element, which is one use case. If our intention is...

I'm not sure if guide had this snippet at the time of your issue, but you might have missed the `.` at the end, so the command was actually: `emrun...