@elementor/editor-controls 3.33.0-233 → 3.33.0-234
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 +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +15 -15
- package/src/controls/inline-editing-control.tsx +2 -2
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.
|
|
5850
|
+
const { value, setValue } = useBoundProp(import_editor_props52.stringPropTypeUtil);
|
|
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
|
});
|