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
The README section for using the drag helper needs an example of using it with lists of {{#draggable-object}} within {{#sortable-objects}}. It isn't clear in this case what constitutes a valid drop target to supply for the await drag (draggable-selector, {drop: drop-target-selector}) - any draggable? - the container? if the latter, how do we specify which item we're dropping after? - or whether some other approach must be taken to perform the drop to reorder the list.
The text was updated successfully, but these errors were encountered:
Thanks - Using a few lines from that as a starting point, I've now got integration tests working on all browsers. With a few adjustments for it being a horizontal row of tabs, this was the needed piece:
The README section for using the drag helper needs an example of using it with lists of
{{#draggable-object}}
within{{#sortable-objects}}
. It isn't clear in this case what constitutes a valid drop target to supply for theawait drag (draggable-selector, {drop: drop-target-selector})
- any draggable? - the container? if the latter, how do we specify which item we're dropping after? - or whether some other approach must be taken to perform the drop to reorder the list.The text was updated successfully, but these errors were encountered: