@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.
- package/dist/Editor.js +1 -2
- package/dist/Editor.js.map +1 -1
- package/dist/cjs/Editor.cjs.js +1 -2
- package/dist/cjs/Editor.cjs.js.map +1 -1
- package/dist/editor-stats.html +1 -1
- package/package.json +1 -1
package/dist/Editor.js
CHANGED
|
@@ -99,7 +99,6 @@ var CharacterCountWrapper = function CharacterCountWrapper(_ref) {
|
|
|
99
99
|
"data-cy": "neeto-editor-character-count"
|
|
100
100
|
}, editor.storage.characterCount.characters(), " characters"));
|
|
101
101
|
};
|
|
102
|
-
var CharacterCountWrapper$1 = /*#__PURE__*/memo(CharacterCountWrapper);
|
|
103
102
|
|
|
104
103
|
/**
|
|
105
104
|
* This extension allows you to count the characters and words of your document.
|
|
@@ -14840,7 +14839,7 @@ var Editor = function Editor(_ref, ref) {
|
|
|
14840
14839
|
}), /*#__PURE__*/React__default.createElement(TableActionMenu, {
|
|
14841
14840
|
editor: editor,
|
|
14842
14841
|
appendTo: wrapperRef
|
|
14843
|
-
}), /*#__PURE__*/React__default.createElement(CharacterCountWrapper
|
|
14842
|
+
}), /*#__PURE__*/React__default.createElement(CharacterCountWrapper, {
|
|
14844
14843
|
editor: editor,
|
|
14845
14844
|
isActive: isCharacterCountActive
|
|
14846
14845
|
}))));
|