Fixed sidebar item drag 'n' drop value.

This commit is contained in:
Oliver Hamlet
2014-12-27 11:12:49 +00:00
parent eefed22374
commit 5a5e68a0b9
+1 -1
View File
@@ -137,7 +137,7 @@
},
getName: function() {
return this.textContent.trim();
return this.querySelector('.name').textContent.trim();
},
handleDragStart: function(evt) {