mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Fixed sidebar item drag 'n' drop value.
This commit is contained in:
@@ -137,7 +137,7 @@
|
||||
},
|
||||
|
||||
getName: function() {
|
||||
return this.textContent.trim();
|
||||
return this.querySelector('.name').textContent.trim();
|
||||
},
|
||||
|
||||
handleDragStart: function(evt) {
|
||||
|
||||
Reference in New Issue
Block a user