react-design-editor 0.0.60 → 0.0.61

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -202791,6 +202791,7 @@ var Handler_Handler = /*#__PURE__*/function () {
202791
202791
  type: obj.type,
202792
202792
  nodeClazz: obj.nodeClazz,
202793
202793
  configuration: obj.configuration,
202794
+ descriptor: obj.descriptor,
202794
202795
  properties: {
202795
202796
  left: activeObject.left + activeObject.width / 2 + obj.left || 0,
202796
202797
  top: activeObject.top + activeObject.height / 2 + obj.top || 0,
@@ -202819,6 +202820,7 @@ var Handler_Handler = /*#__PURE__*/function () {
202819
202820
  type: cloned.type,
202820
202821
  nodeClazz: cloned.nodeClazz,
202821
202822
  configuration: cloned.configuration,
202823
+ descriptor: cloned.descriptor,
202822
202824
  properties: {
202823
202825
  left: cloned.left || 0,
202824
202826
  top: cloned.top || 0,