@bigbinary/neeto-editor 1.47.80 → 1.47.82

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.
@@ -15679,8 +15679,9 @@ var EmojiPickerMenu = /*#__PURE__*/function (_React$Component) {
15679
15679
  return false;
15680
15680
  });
15681
15681
  _defineProperty(_this, "handleSelect", function (emoji) {
15682
+ var _this$props$setActive, _this$props;
15682
15683
  _this.props.editor.chain().focus().deleteRange(_this.props.range).setEmoji(emoji).run();
15683
- _this.props.setActive(false);
15684
+ (_this$props$setActive = (_this$props = _this.props).setActive) === null || _this$props$setActive === void 0 || _this$props$setActive.call(_this$props, false);
15684
15685
  });
15685
15686
  return _this;
15686
15687
  }
@@ -18982,4 +18983,4 @@ exports.useEditor = useEditor;
18982
18983
  exports.useEditorState = useEditorState$1;
18983
18984
  exports.validateUrl = validateUrl;
18984
18985
  exports.wrappingInputRule = wrappingInputRule;
18985
- //# sourceMappingURL=chunk-CX8UXLae.cjs.js.map
18986
+ //# sourceMappingURL=chunk-PwHvDn_T.cjs.js.map