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