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