@data-driven-forms/dnd
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -30,3 +30,3 @@ var __assign = (this && this.__assign) || function () { | ||
for (var index = 0; index < container.children.length; index++) { | ||
var id = container.children[index].id; | ||
var id = container.children[index]; | ||
var component = state.components[id] || state.containers[id]; | ||
@@ -33,0 +33,0 @@ var componentPosition = component.ref.getBoundingClientRect().toJSON(); |
@@ -32,3 +32,3 @@ "use strict"; | ||
for (var index = 0; index < container.children.length; index++) { | ||
var id = container.children[index].id; | ||
var id = container.children[index]; | ||
var component = state.components[id] || state.containers[id]; | ||
@@ -35,0 +35,0 @@ var componentPosition = component.ref.getBoundingClientRect().toJSON(); |
{ | ||
"name": "@data-driven-forms/dnd", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "---", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
97141