@bigbinary/neeto-editor 1.38.0 → 1.38.1
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 -1
- package/dist/Editor.js.map +1 -1
- package/dist/cjs/Editor.cjs.js +1 -1
- 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
|
@@ -14654,7 +14654,7 @@ var Editor = function Editor(_ref, ref) {
|
|
|
14654
14654
|
var isMediaUploaderActive = addons.includes(EDITOR_OPTIONS.IMAGE_UPLOAD) || addons.includes(EDITOR_OPTIONS.VIDEO_UPLOAD);
|
|
14655
14655
|
var isFixedMenuActive = menuType === "fixed";
|
|
14656
14656
|
var isBubbleMenuActive = menuType === "bubble";
|
|
14657
|
-
var isSlashCommandsActive = !hideSlashCommands || isBubbleMenuActive;
|
|
14657
|
+
var isSlashCommandsActive = !hideSlashCommands || isBubbleMenuActive && !hideSlashCommands;
|
|
14658
14658
|
var isPlaceholderActive = !!placeholder;
|
|
14659
14659
|
var _useState3 = useState(false),
|
|
14660
14660
|
_useState4 = _slicedToArray(_useState3, 2),
|