@bigbinary/neeto-editor 1.39.6 → 1.39.7

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.
@@ -139,7 +139,6 @@ var CharacterCountWrapper = function CharacterCountWrapper(_ref) {
139
139
  "data-cy": "neeto-editor-character-count"
140
140
  }, editor.storage.characterCount.characters(), " characters"));
141
141
  };
142
- var CharacterCountWrapper$1 = /*#__PURE__*/React.memo(CharacterCountWrapper);
143
142
 
144
143
  /**
145
144
  * This extension allows you to count the characters and words of your document.
@@ -14880,7 +14879,7 @@ var Editor = function Editor(_ref, ref) {
14880
14879
  }), /*#__PURE__*/React__default["default"].createElement(TableActionMenu, {
14881
14880
  editor: editor,
14882
14881
  appendTo: wrapperRef
14883
- }), /*#__PURE__*/React__default["default"].createElement(CharacterCountWrapper$1, {
14882
+ }), /*#__PURE__*/React__default["default"].createElement(CharacterCountWrapper, {
14884
14883
  editor: editor,
14885
14884
  isActive: isCharacterCountActive
14886
14885
  }))));