@elementor/editor-components 4.2.0-903 → 4.2.0-904

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
@@ -1901,7 +1901,7 @@ function useOverrideControlDependencies({
1901
1901
  );
1902
1902
  const dependents = extractOrderedDependencies(elementType.dependenciesPerTargetMapping ?? {});
1903
1903
  const settingsWithDepsNewValues = getUpdatedValues(
1904
- settingsForDepsNewValuesCalculation,
1904
+ { [propKey]: existingOverrideValue },
1905
1905
  dependents,
1906
1906
  elementType.propsSchema,
1907
1907
  resolvedSettingsWithDefaults,