@tiptap/core 2.0.0-beta.168 → 2.0.0-beta.169

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