@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.
- package/dist/Editor.js +4 -1
- package/dist/Editor.js.map +1 -1
- package/dist/cjs/Editor.cjs.js +4 -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
|
@@ -14277,7 +14277,8 @@ var suggestion$1 = {
|
|
|
14277
14277
|
return (_reactRenderer$ref = reactRenderer.ref) === null || _reactRenderer$ref === void 0 ? void 0 : _reactRenderer$ref.onKeyDown(props);
|
|
14278
14278
|
},
|
|
14279
14279
|
onExit: function onExit() {
|
|
14280
|
-
|
|
14280
|
+
var _popup;
|
|
14281
|
+
(_popup = popup) === null || _popup === void 0 || (_popup = _popup[0]) === null || _popup === void 0 || _popup.destroy();
|
|
14281
14282
|
reactRenderer.destroy();
|
|
14282
14283
|
}
|
|
14283
14284
|
};
|
|
@@ -20874,6 +20875,8 @@ var useCustomExtensions = function useCustomExtensions(_ref) {
|
|
|
20874
20875
|
codeBlock: false,
|
|
20875
20876
|
code: false,
|
|
20876
20877
|
bulletList: false,
|
|
20878
|
+
listItem: false,
|
|
20879
|
+
// Disable ListItem from StarterKit since we add it conditionally below
|
|
20877
20880
|
blockquote: options.includes(EDITOR_OPTIONS.BLOCKQUOTE),
|
|
20878
20881
|
orderedList: false,
|
|
20879
20882
|
italic: false,
|