@tiptap/core 2.0.0-beta.174 → 2.0.0-beta.175

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.
@@ -2098,8 +2098,6 @@ const Keymap = Extension.create({
2098
2098
  };
2099
2099
  const pcKeymap = {
2100
2100
  ...baseKeymap,
2101
- Home: () => this.editor.commands.selectTextblockStart(),
2102
- End: () => this.editor.commands.selectTextblockEnd(),
2103
2101
  };
2104
2102
  const macKeymap = {
2105
2103
  ...baseKeymap,