mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-01-19 23:03:02 +08:00
Merge pull request #2691 from scottsidwell/fix/pc-keymap-for-home-and-end
fix: don't override behaviour of Home / End in pc keymap
This commit is contained in:
commit
fb7a80d78e
@ -60,8 +60,6 @@ export const Keymap = Extension.create({
|
||||
|
||||
const pcKeymap = {
|
||||
...baseKeymap,
|
||||
Home: () => this.editor.commands.selectTextblockStart(),
|
||||
End: () => this.editor.commands.selectTextblockEnd(),
|
||||
}
|
||||
|
||||
const macKeymap = {
|
||||
|
Loading…
Reference in New Issue
Block a user