@elementor/editor-variables 3.35.0-475 → 3.35.0-477

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.
package/dist/index.mjs CHANGED
@@ -1574,7 +1574,7 @@ var VariablesManagerTable = ({
1574
1574
  TableRow,
1575
1575
  {
1576
1576
  ...itemProps,
1577
- ref: handleRowRef("table-ref-" + row.id),
1577
+ ref: itemProps.ref,
1578
1578
  selected: isDragged,
1579
1579
  sx: {
1580
1580
  ...showIndicationBefore && {
@@ -1680,11 +1680,6 @@ var VariablesManagerTable = ({
1680
1680
  onValidationChange,
1681
1681
  error
1682
1682
  }) => row.valueField?.({
1683
- ref: {
1684
- current: variableRowRefs.current.get(
1685
- "table-ref-" + row.id
1686
- )
1687
- },
1688
1683
  value,
1689
1684
  onChange,
1690
1685
  onPropTypeKeyChange: (type) => {