@bigbinary/neeto-editor 1.47.89 → 1.47.90
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/cjs/Editor.cjs.js
CHANGED
|
@@ -14648,6 +14648,7 @@ var Menu$1 = /*#__PURE__*/function (_React$Component) {
|
|
|
14648
14648
|
var isCurrentMenuActive = menuIndex === activeMenuIndex;
|
|
14649
14649
|
return /*#__PURE__*/jsxRuntime.jsx("div", {
|
|
14650
14650
|
className: "neeto-editor-slash-commands__wrapper",
|
|
14651
|
+
"data-testid": "neeto-editor-slash-commands-wrapper",
|
|
14651
14652
|
ref: this.menuRef,
|
|
14652
14653
|
children: items.map(function (item, index) {
|
|
14653
14654
|
var isLeafNode = neetoCist.isNotPresent(item.items);
|