@uxpin/html-dnd
Advanced tools
Comparing version 2.2.0 to 2.2.1
@@ -19,3 +19,3 @@ var util = require('util'); | ||
var droppable = document.querySelector(selectorDroppable); | ||
var middleStep = dndSimulateConfig.middleStep ? document.querySelector(dndSimulateConfig.middleStep) : null; | ||
var middleStep = dndSimulateConfig && dndSimulateConfig.middleStep ? document.querySelector(dndSimulateConfig.middleStep) : null; | ||
@@ -22,0 +22,0 @@ dnd.simulate(draggable, droppable, dndSimulateConfig, middleStep); |
{ | ||
"name": "@uxpin/html-dnd", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"description": "HTML Drag and Drop Simulator for E2E testing", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
204100