mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
@@ -88,7 +88,7 @@
|
||||
|
||||
handleDragStart: function(evt) {
|
||||
evt.dataTransfer.effectAllowed = 'copy';
|
||||
evt.dataTransfer.setData('text/plain', evt.currentTarget.textContent);
|
||||
evt.dataTransfer.setData('text/plain', evt.currentTarget.label);
|
||||
},
|
||||
|
||||
created: function() {
|
||||
|
||||
Reference in New Issue
Block a user