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