diff --git a/src/Sortable.js b/src/Sortable.js index 65c0ec542..985cbeac5 100644 --- a/src/Sortable.js +++ b/src/Sortable.js @@ -1217,6 +1217,8 @@ Sortable.prototype = /** @lends Sortable.prototype */ { _dispatchEvent({ rootEl: el, name: 'dragIn', + from: rootEl, // Is overwritten after this... so... + fromSortable: rootEl[expando], originalEvent: evt }); }