@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.js
CHANGED
|
@@ -111766,7 +111766,9 @@ var useCustomExtensions = function useCustomExtensions(_ref) {
|
|
|
111766
111766
|
setMediaUploader = _ref.setMediaUploader,
|
|
111767
111767
|
setIsEmbedModalOpen = _ref.setIsEmbedModalOpen;
|
|
111768
111768
|
cov_q50c3y9sz().f[0]++;
|
|
111769
|
-
var customExtensions = (cov_q50c3y9sz().s[1]++, [Document, Code, Underline, Highlight, CodeBlock, FigCaption, Link
|
|
111769
|
+
var customExtensions = (cov_q50c3y9sz().s[1]++, [Document, Code, Underline, Highlight, CodeBlock, FigCaption, Link.configure({
|
|
111770
|
+
autolink: false
|
|
111771
|
+
}), EmojiSuggestion$1, EmojiPicker, CustomCommands, CharacterCount, FocusClasses.configure({
|
|
111770
111772
|
mode: "shallowest"
|
|
111771
111773
|
}), VideoExtension, ImageExtension$1.configure({
|
|
111772
111774
|
uploadEndpoint: uploadEndpoint
|