Files
tiptap/packages
Scott Sidwell d270419ad8 fix: don't override behaviour of Home / End in pc keymap
Similarly removed in Prosemirror at ProseMirror/prosemirror-commands@20371c58

For users who wish to preserve this behaviour, they can achieve this via:

```javascript
const CustomKeyboardBehaviour = Extension.create({
  addKeyboardShortcuts() {
    return {
      ['Home']: () => this.editor.commands.selectTextblockStart(),
      ['End']: () => this.editor.commands.selectTextblockEnd(),
    }
  }
})

const editor = new Editor({
  extensions: [
    // Register your custom extension with the editor.
    CustomKeyboardBehaviour,
  ]
});
```
2022-04-08 11:06:37 +10:00
..
2021-12-02 15:12:39 +01:00
2022-02-03 15:03:13 +01:00
2022-01-25 10:53:30 +01:00
2021-12-22 12:43:00 +01:00
2022-02-11 10:23:01 +01:00
2021-12-02 15:12:39 +01:00
2022-01-26 09:38:01 +01:00
2022-01-26 09:38:01 +01:00
2022-01-04 10:15:07 +01:00
2022-01-04 10:15:07 +01:00
2021-11-22 10:17:43 +01:00
2021-11-09 16:51:34 +01:00
2021-11-17 19:25:46 +01:00
2022-01-25 10:53:30 +01:00
2022-01-25 10:53:30 +01:00
2022-01-04 10:15:07 +01:00
2022-01-04 10:15:07 +01:00
2021-11-09 16:51:34 +01:00
2022-01-20 15:07:41 +01:00
2022-01-20 15:07:41 +01:00
2021-11-09 16:51:34 +01:00
2022-01-24 22:49:56 +01:00
2022-02-11 11:00:50 +01:00
2022-02-03 15:03:13 +01:00
2022-01-20 15:07:41 +01:00
2021-12-02 15:12:39 +01:00
2022-01-25 10:53:30 +01:00
2021-12-22 12:43:00 +01:00
2021-12-02 15:12:39 +01:00
2022-02-03 15:03:13 +01:00
2021-12-02 15:12:39 +01:00
2021-12-02 15:12:39 +01:00
2021-12-02 15:12:39 +01:00
2022-01-25 11:10:57 +01:00
2021-11-09 16:51:34 +01:00
2021-11-09 16:51:34 +01:00
2021-11-09 16:51:34 +01:00
2022-01-24 10:24:19 +01:00
2021-12-22 12:43:00 +01:00
2021-11-09 16:51:34 +01:00
2021-12-02 15:12:39 +01:00
2021-12-02 15:12:39 +01:00
2022-02-07 09:10:11 +01:00
2022-02-03 15:03:13 +01:00
2022-02-07 10:22:23 +01:00
2022-02-07 09:10:11 +01:00
2022-02-07 10:22:23 +01:00
2022-01-25 10:53:30 +01:00
2022-01-25 10:53:30 +01:00
2022-01-25 10:53:30 +01:00