@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.
@@ -14694,7 +14694,7 @@ var Editor = function Editor(_ref, ref) {
14694
14694
  var isMediaUploaderActive = addons.includes(constants.EDITOR_OPTIONS.IMAGE_UPLOAD) || addons.includes(constants.EDITOR_OPTIONS.VIDEO_UPLOAD);
14695
14695
  var isFixedMenuActive = menuType === "fixed";
14696
14696
  var isBubbleMenuActive = menuType === "bubble";
14697
- var isSlashCommandsActive = !hideSlashCommands || isBubbleMenuActive;
14697
+ var isSlashCommandsActive = !hideSlashCommands || isBubbleMenuActive && !hideSlashCommands;
14698
14698
  var isPlaceholderActive = !!placeholder;
14699
14699
  var _useState3 = React.useState(false),
14700
14700
  _useState4 = _slicedToArray__default["default"](_useState3, 2),