Skip to content
This repository has been archived by the owner on Aug 25, 2020. It is now read-only.

Commit

Permalink
Merge pull request #23 from chengzhenping/master
Browse files Browse the repository at this point in the history
bug fixed
  • Loading branch information
james2doyle authored Mar 1, 2017
2 parents 1443334 + 5044edd commit 1ed51cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vue.drag-and-drop.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@
this.vm[this.params.drop].call(this, this.vm._dragSrcEl, el, e);
}
}
this.vm._dragSrcEl = null;
return false;
}.bind(this);

Expand Down

0 comments on commit 1ed51cb

Please sign in to comment.