easy-email-extensions 3.1.38 → 3.1.39
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/lib/index2.js +1 -0
- package/lib/index2.js.map +1 -1
- package/package.json +2 -2
package/lib/index2.js
CHANGED
|
@@ -41623,6 +41623,7 @@ function FieldWrapper(props) {
|
|
|
41623
41623
|
const _a = props, { input } = _a, rest = __objRest(_a, ["input"]);
|
|
41624
41624
|
const debounceCallbackChange = useCallback(lodash.exports.debounce((val) => {
|
|
41625
41625
|
input.onChange(val);
|
|
41626
|
+
input.onBlur();
|
|
41626
41627
|
}, 100), [input]);
|
|
41627
41628
|
return /* @__PURE__ */ React__default.createElement(React__default.Fragment, null, /* @__PURE__ */ React__default.createElement(RichTextToolBar, {
|
|
41628
41629
|
onChange: debounceCallbackChange
|