@bigbinary/neeto-editor 1.27.9 → 1.27.10
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/index.cjs.js +2 -2
- package/index.cjs.js.map +1 -1
- package/index.js +2 -2
- package/index.js.map +1 -1
- package/package.json +3 -3
package/index.js
CHANGED
|
@@ -126267,7 +126267,7 @@ var useCustomExtensions = function useCustomExtensions(_ref) {
|
|
|
126267
126267
|
cov_q50c3y9sz().f[0]++;
|
|
126268
126268
|
var customExtensions = (cov_q50c3y9sz().s[1]++, [CharacterCount, Code, CodeBlock, CustomCommands, Document, EmojiSuggestion$1, EmojiPicker, FigCaption, HighlightInternal, FocusClasses.configure({
|
|
126269
126269
|
mode: "shallowest"
|
|
126270
|
-
}), Highlight, ImageExtension, Link.configure({
|
|
126270
|
+
}), Highlight, VideoExtension, ImageExtension, Link.configure({
|
|
126271
126271
|
autolink: false
|
|
126272
126272
|
}), Placeholder.configure({
|
|
126273
126273
|
placeholder: placeholder
|
|
@@ -126275,7 +126275,7 @@ var useCustomExtensions = function useCustomExtensions(_ref) {
|
|
|
126275
126275
|
document: false,
|
|
126276
126276
|
codeBlock: false,
|
|
126277
126277
|
code: false
|
|
126278
|
-
}), TextStyle, Underline,
|
|
126278
|
+
}), TextStyle, Underline, KeyboardShortcuts$1.configure({
|
|
126279
126279
|
onSubmit: onSubmit,
|
|
126280
126280
|
shortcuts: keyboardShortcuts
|
|
126281
126281
|
})]);
|