@bigbinary/neeto-editor 1.47.89 → 1.47.91
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/src/translations/hu.json +204 -0
package/dist/Editor.js
CHANGED
|
@@ -14628,6 +14628,7 @@ var Menu$1 = /*#__PURE__*/function (_React$Component) {
|
|
|
14628
14628
|
var isCurrentMenuActive = menuIndex === activeMenuIndex;
|
|
14629
14629
|
return /*#__PURE__*/jsx("div", {
|
|
14630
14630
|
className: "neeto-editor-slash-commands__wrapper",
|
|
14631
|
+
"data-testid": "neeto-editor-slash-commands-wrapper",
|
|
14631
14632
|
ref: this.menuRef,
|
|
14632
14633
|
children: items.map(function (item, index) {
|
|
14633
14634
|
var isLeafNode = isNotPresent(item.items);
|