@elementor/editor-controls 4.0.0-528 → 4.0.0-530

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
@@ -6397,7 +6397,7 @@ var InlineEditingControl = createControl(
6397
6397
  props
6398
6398
  }) => {
6399
6399
  const { value, setValue } = useBoundProp(import_editor_props51.htmlPropTypeUtil);
6400
- const handleChange = (newValue) => setValue(newValue);
6400
+ const handleChange = (newValue) => setValue(newValue ?? "");
6401
6401
  return /* @__PURE__ */ React99.createElement(ControlActions, null, /* @__PURE__ */ React99.createElement(
6402
6402
  import_ui85.Box,
6403
6403
  {