Skip to content

Commit

Permalink
fix: remove ghost reference on drag out
Browse files Browse the repository at this point in the history
  • Loading branch information
Jexordexan committed Feb 16, 2021
1 parent 962a706 commit d8e9adf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ContainerMixin.js
Expand Up @@ -326,6 +326,7 @@ export const ContainerMixin = {
} else {
resetTransform(this.manager.refs);
this.sortableGhost.remove();
this.sortableGhost = null;
this.manager.active = null;
this._touched = false;
this.sorting = false;
Expand Down

0 comments on commit d8e9adf

Please sign in to comment.