Fixed plugin item drag 'n' drop text.

This commit is contained in:
Oliver Hamlet
2014-12-26 12:37:57 +00:00
parent 9a48de817d
commit 8446240c86
+1 -1
View File
@@ -53,7 +53,7 @@
},
getName: function() {
return this.getElementsByTagName('a')[0].textContent;
return this.textContent.trim();
},
handleDragStart: function(evt) {