@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.
@@ -19679,7 +19679,7 @@ var useCustomExtensions = function useCustomExtensions(_ref) {
19679
19679
  collaborationProvider = _ref.collaborationProvider;
19680
19680
  var customExtensions = [CharacterCount, Code, CodeBlock.configure({
19681
19681
  enableReactNodeViewOptimization: enableReactNodeViewOptimization
19682
- }), CustomCommands, Document, EmojiSuggestion$1, EmojiPicker, FigCaption, HighlightInternal, SelectionDecoration, FocusClasses.configure({
19682
+ }), CustomCommands, Document, FigCaption, HighlightInternal, SelectionDecoration, FocusClasses.configure({
19683
19683
  mode: "shallowest"
19684
19684
  }), Highlight, VideoExtension, ImageExtension.configure({
19685
19685
  openImageInNewTab: openImageInNewTab,
@@ -19706,7 +19706,7 @@ var useCustomExtensions = function useCustomExtensions(_ref) {
19706
19706
  onSubmit: onSubmit,
19707
19707
  shortcuts: keyboardShortcuts,
19708
19708
  isBlockQuoteActive: options.includes(constants.EDITOR_OPTIONS.BLOCKQUOTE)
19709
- }), ListKeymap];
19709
+ }), ListKeymap, EmojiSuggestion$1, EmojiPicker];
19710
19710
  if (isVideoEmbedActive) {
19711
19711
  customExtensions.push(Embeds);
19712
19712
  }