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
I’m inclined to leave the code and example as-is. My reasoning is that sendAction works with onDragStart="myAction", onDragStart=(action "myAction"), and onDragStart=(action myAction) so we continue to offer full backwards-compatibility. Though I personally prefer onDragStart=(action myAction), onDragStart=(action "myAction") aligns better with Ember’s guides so I think we should stick with that.
We can refactor this to use closure actions instead of action bubbling
https://github.com/heroku/ember-sortable#drag-actions
The text was updated successfully, but these errors were encountered: