front-react-dnd-html5-backend
Advanced tools
Comparing version 5.0.1-6 to 5.0.1-7
@@ -314,4 +314,6 @@ "use strict"; | ||
} | ||
if (text) | ||
dataTransfer.setData('Text', text); | ||
if (text) { | ||
var transferText = (typeof text === 'function') ? text() : text.toString(); | ||
dataTransfer.setData('Text', transferText); | ||
} | ||
} | ||
@@ -318,0 +320,0 @@ catch (err) { |
{ | ||
"name": "front-react-dnd-html5-backend", | ||
"version": "5.0.1-6", | ||
"version": "5.0.1-7", | ||
"description": "HTML5 backend for React DnD", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
243857
2346