@bigbinary/neeto-editor 1.26.2 → 1.26.3
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 +3 -1
- package/index.cjs.js.map +1 -1
- package/index.js +3 -1
- package/index.js.map +1 -1
- package/package.json +1 -1
package/index.cjs.js
CHANGED
|
@@ -111794,7 +111794,9 @@ var useCustomExtensions = function useCustomExtensions(_ref) {
|
|
|
111794
111794
|
setMediaUploader = _ref.setMediaUploader,
|
|
111795
111795
|
setIsEmbedModalOpen = _ref.setIsEmbedModalOpen;
|
|
111796
111796
|
cov_q50c3y9sz().f[0]++;
|
|
111797
|
-
var customExtensions = (cov_q50c3y9sz().s[1]++, [Document, Code, Underline, Highlight, CodeBlock, FigCaption, Link
|
|
111797
|
+
var customExtensions = (cov_q50c3y9sz().s[1]++, [Document, Code, Underline, Highlight, CodeBlock, FigCaption, Link.configure({
|
|
111798
|
+
autolink: false
|
|
111799
|
+
}), EmojiSuggestion$1, EmojiPicker, CustomCommands, CharacterCount, FocusClasses.configure({
|
|
111798
111800
|
mode: "shallowest"
|
|
111799
111801
|
}), VideoExtension, ImageExtension$1.configure({
|
|
111800
111802
|
uploadEndpoint: uploadEndpoint
|