@bigbinary/neeto-editor 1.47.10 → 1.47.11

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 CHANGED
@@ -19659,7 +19659,7 @@ var useCustomExtensions = function useCustomExtensions(_ref) {
19659
19659
  collaborationProvider = _ref.collaborationProvider;
19660
19660
  var customExtensions = [CharacterCount, Code, CodeBlock.configure({
19661
19661
  enableReactNodeViewOptimization: enableReactNodeViewOptimization
19662
- }), CustomCommands, Document, EmojiSuggestion$1, EmojiPicker, FigCaption, HighlightInternal, SelectionDecoration, FocusClasses.configure({
19662
+ }), CustomCommands, Document, FigCaption, HighlightInternal, SelectionDecoration, FocusClasses.configure({
19663
19663
  mode: "shallowest"
19664
19664
  }), Highlight, VideoExtension, ImageExtension.configure({
19665
19665
  openImageInNewTab: openImageInNewTab,
@@ -19686,7 +19686,7 @@ var useCustomExtensions = function useCustomExtensions(_ref) {
19686
19686
  onSubmit: onSubmit,
19687
19687
  shortcuts: keyboardShortcuts,
19688
19688
  isBlockQuoteActive: options.includes(EDITOR_OPTIONS.BLOCKQUOTE)
19689
- }), ListKeymap];
19689
+ }), ListKeymap, EmojiSuggestion$1, EmojiPicker];
19690
19690
  if (isVideoEmbedActive) {
19691
19691
  customExtensions.push(Embeds);
19692
19692
  }