Skip to content
This repository was archived by the owner on Sep 8, 2020. It is now read-only.

fix(sortable): fix incorrect helper returned from getSortingHelper() #515

Merged
merged 4 commits into from
Apr 15, 2017

Conversation

thgreasi
Copy link
Contributor

Merges / Resolves #514

joujiahe and others added 4 commits April 15, 2017 01:28
The helper element is not always in the last position while created
from a function and append it to another DOM.

E.g. the following will mess up the DOM position after canceled update.
```
var sortableOption = {
  helper: function (evt, ui) {
    return ui.clone().appendTo('body');
  }
};
```
@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling a9d796f on thgreasi:joujiahe-master into 18cc295 on angular-ui:master.

@thgreasi thgreasi merged commit cfcb636 into angular-ui:master Apr 15, 2017
@thgreasi thgreasi deleted the joujiahe-master branch April 15, 2017 17:52
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants