@elementor/editor-components 3.35.0-413 → 3.35.0-415

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
@@ -3608,7 +3608,10 @@ function OverridablePropControl({
3608
3608
  origin_value: newValue[bind]
3609
3609
  };
3610
3610
  setValue(propValue2);
3611
- updateOverridableProp(componentId, propValue2);
3611
+ if (!isComponentInstance2) {
3612
+ const existingProp = overridableProps?.props?.[propValue2.override_key];
3613
+ updateOverridableProp(componentId, propValue2, existingProp?.originPropFields);
3614
+ }
3612
3615
  };
3613
3616
  const defaultPropType = elementType.propsSchema[bind];
3614
3617
  const propType = (0, import_editor_editing_panel6.createTopLevelObjectType)({