@bigbinary/neeto-editor 1.42.0-beta3 → 1.42.0

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.
@@ -19563,7 +19563,8 @@ var useCustomExtensions = function useCustomExtensions(_ref) {
19563
19563
  code: false,
19564
19564
  blockquote: options.includes(constants.EDITOR_OPTIONS.BLOCKQUOTE),
19565
19565
  orderedList: options.includes(constants.EDITOR_OPTIONS.LIST_ORDERED),
19566
- bulletList: options.includes(constants.EDITOR_OPTIONS.LIST_BULLETS)
19566
+ bulletList: options.includes(constants.EDITOR_OPTIONS.LIST_BULLETS),
19567
+ history: !collaborationProvider
19567
19568
  }), TextStyle$2, Underline, KeyboardShortcuts$1.configure({
19568
19569
  onSubmit: onSubmit,
19569
19570
  shortcuts: keyboardShortcuts,