@bigbinary/neeto-editor 1.47.57 → 1.47.58
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 -0
- package/dist/Editor.js.map +1 -1
- package/dist/cjs/Editor.cjs.js +1 -0
- 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
|
@@ -21265,6 +21265,7 @@ var Editor = function Editor(_ref, ref) {
|
|
|
21265
21265
|
this.updateStateInner(state, this.state.plugins !== state.plugins);
|
|
21266
21266
|
};
|
|
21267
21267
|
return /*#__PURE__*/jsxs("div", {
|
|
21268
|
+
"data-cy": "neeto-editor-wrapper",
|
|
21268
21269
|
ref: wrapperRef,
|
|
21269
21270
|
className: classNames(_defineProperty(_defineProperty({}, className, className), "ne-attachments__wrapper", isAttachmentsActive)),
|
|
21270
21271
|
children: [label && /*#__PURE__*/jsx(Label, {
|