From f6d8b74f5693d5d21782df8bcf186d807414dc15 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Sun, 9 Nov 2014 14:39:26 +0000 Subject: [PATCH] Fixed plugin drag 'n' drop. For #327. --- resources/report/html/loot-plugin-item.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/report/html/loot-plugin-item.html b/resources/report/html/loot-plugin-item.html index 6952cd29..e885eabb 100644 --- a/resources/report/html/loot-plugin-item.html +++ b/resources/report/html/loot-plugin-item.html @@ -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() {