@bigbinary/neeto-editor 1.47.84 → 1.47.86

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.
@@ -14297,7 +14297,8 @@ var suggestion$1 = {
14297
14297
  return (_reactRenderer$ref = reactRenderer.ref) === null || _reactRenderer$ref === void 0 ? void 0 : _reactRenderer$ref.onKeyDown(props);
14298
14298
  },
14299
14299
  onExit: function onExit() {
14300
- popup[0].destroy();
14300
+ var _popup;
14301
+ (_popup = popup) === null || _popup === void 0 || (_popup = _popup[0]) === null || _popup === void 0 || _popup.destroy();
14301
14302
  reactRenderer.destroy();
14302
14303
  }
14303
14304
  };
@@ -20894,6 +20895,8 @@ var useCustomExtensions = function useCustomExtensions(_ref) {
20894
20895
  codeBlock: false,
20895
20896
  code: false,
20896
20897
  bulletList: false,
20898
+ listItem: false,
20899
+ // Disable ListItem from StarterKit since we add it conditionally below
20897
20900
  blockquote: options.includes(constants.EDITOR_OPTIONS.BLOCKQUOTE),
20898
20901
  orderedList: false,
20899
20902
  italic: false,