@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.js CHANGED
@@ -1962,7 +1962,7 @@ function useOverrideControlDependencies({
1962
1962
  );
1963
1963
  const dependents = (0, import_editor_editing_panel.extractOrderedDependencies)(elementType.dependenciesPerTargetMapping ?? {});
1964
1964
  const settingsWithDepsNewValues = (0, import_editor_editing_panel.getUpdatedValues)(
1965
- settingsForDepsNewValuesCalculation,
1965
+ { [propKey]: existingOverrideValue },
1966
1966
  dependents,
1967
1967
  elementType.propsSchema,
1968
1968
  resolvedSettingsWithDefaults,