@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.
package/dist/Editor.js CHANGED
@@ -19487,7 +19487,8 @@ var useCustomExtensions = function useCustomExtensions(_ref) {
19487
19487
  code: false,
19488
19488
  blockquote: options.includes(EDITOR_OPTIONS.BLOCKQUOTE),
19489
19489
  orderedList: options.includes(EDITOR_OPTIONS.LIST_ORDERED),
19490
- bulletList: options.includes(EDITOR_OPTIONS.LIST_BULLETS)
19490
+ bulletList: options.includes(EDITOR_OPTIONS.LIST_BULLETS),
19491
+ history: !collaborationProvider
19491
19492
  }), TextStyle$2, Underline, KeyboardShortcuts$1.configure({
19492
19493
  onSubmit: onSubmit,
19493
19494
  shortcuts: keyboardShortcuts,