rme 0.2.5-alpha.1 → 0.2.5-alpha.2

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/index.mjs CHANGED
@@ -4280,12 +4280,10 @@ var HandleInputExtension = class extends PlainExtension4 {
4280
4280
  };
4281
4281
 
4282
4282
  // src/editor/extensions/HardBreak/hard-break-extension.ts
4283
- import { chainCommands, convertCommand as convertCommand2 } from "@remirror/core";
4284
- import {
4285
- baseKeymap,
4286
- exitCode as exitCode2
4287
- } from "@remirror/pm/commands";
4283
+ import { convertCommand as convertCommand2 } from "@remirror/core";
4284
+ import { baseKeymap, exitCode as exitCode2 } from "@remirror/pm/commands";
4288
4285
  import { HardBreakExtension } from "remirror/extensions";
4286
+ import { chainCommands } from "@remirror/pm";
4289
4287
  var needUseBrNodeNames = ["tableCell"];
4290
4288
  var LineHardBreakExtension = class extends HardBreakExtension {
4291
4289
  fromMarkdown() {
@@ -11373,7 +11371,6 @@ var createWysiwygDelegate = (options = {}) => {
11373
11371
  },
11374
11372
  {
11375
11373
  builtin: {
11376
- excludeBaseKeymap: true,
11377
11374
  overrideShortcutMap
11378
11375
  }
11379
11376
  }