@elementor/editor-controls 4.0.0-634 → 4.0.0-636
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 +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +15 -15
- package/src/controls/chips-control.tsx +1 -1
package/dist/index.js
CHANGED
|
@@ -2329,7 +2329,7 @@ var ChipsControl = createControl(({ options }) => {
|
|
|
2329
2329
|
const selectedOptions = selectedValues.map((val) => options.find((opt) => opt.value === val)).filter((opt) => opt !== void 0);
|
|
2330
2330
|
const handleChange = (_, newValue) => {
|
|
2331
2331
|
const values = newValue.map((option) => import_editor_props16.stringPropTypeUtil.create(option.value));
|
|
2332
|
-
setValue(values
|
|
2332
|
+
setValue(values);
|
|
2333
2333
|
};
|
|
2334
2334
|
return /* @__PURE__ */ React50.createElement(ControlActions, null, /* @__PURE__ */ React50.createElement(
|
|
2335
2335
|
import_ui37.Autocomplete,
|