@elementor/editor-controls 3.33.0-239 → 3.33.0-240

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
@@ -5847,7 +5847,7 @@ var InlineEditor = React97.forwardRef(
5847
5847
 
5848
5848
  // src/controls/inline-editing-control.tsx
5849
5849
  var InlineEditingControl = createControl(() => {
5850
- const { value, setValue } = useBoundProp(import_editor_props52.stringPropTypeUtil);
5850
+ const { value, setValue } = useBoundProp(import_editor_props52.htmlPropTypeUtil);
5851
5851
  const handleChange = (newValue) => setValue(newValue);
5852
5852
  return /* @__PURE__ */ React98.createElement(ControlActions, null, /* @__PURE__ */ React98.createElement(InlineEditor, { value: value || "", setValue: handleChange }));
5853
5853
  });