easy-email-extensions 3.1.38 → 3.1.39

Sign up to get free protection for your applications and to get access to all the features.
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