@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.cjs.js
CHANGED
|
@@ -126296,7 +126296,7 @@ var useCustomExtensions = function useCustomExtensions(_ref) {
|
|
|
126296
126296
|
cov_q50c3y9sz().f[0]++;
|
|
126297
126297
|
var customExtensions = (cov_q50c3y9sz().s[1]++, [CharacterCount, Code, CodeBlock, CustomCommands, Document, EmojiSuggestion$1, EmojiPicker, FigCaption, HighlightInternal, FocusClasses.configure({
|
|
126298
126298
|
mode: "shallowest"
|
|
126299
|
-
}), Highlight, ImageExtension, Link.configure({
|
|
126299
|
+
}), Highlight, VideoExtension, ImageExtension, Link.configure({
|
|
126300
126300
|
autolink: false
|
|
126301
126301
|
}), Placeholder.configure({
|
|
126302
126302
|
placeholder: placeholder
|
|
@@ -126304,7 +126304,7 @@ var useCustomExtensions = function useCustomExtensions(_ref) {
|
|
|
126304
126304
|
document: false,
|
|
126305
126305
|
codeBlock: false,
|
|
126306
126306
|
code: false
|
|
126307
|
-
}), TextStyle, Underline,
|
|
126307
|
+
}), TextStyle, Underline, KeyboardShortcuts$1.configure({
|
|
126308
126308
|
onSubmit: onSubmit,
|
|
126309
126309
|
shortcuts: keyboardShortcuts
|
|
126310
126310
|
})]);
|