Skip to content

Commit

Permalink
Merge pull request #2691 from scottsidwell/fix/pc-keymap-for-home-and…
Browse files Browse the repository at this point in the history
…-end

fix: don't override behaviour of Home / End in pc keymap
  • Loading branch information
bdbch authored Apr 9, 2022
2 parents a63ae5f + d270419 commit fb7a80d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/core/src/extensions/keymap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ export const Keymap = Extension.create({

const pcKeymap = {
...baseKeymap,
Home: () => this.editor.commands.selectTextblockStart(),
End: () => this.editor.commands.selectTextblockEnd(),
}

const macKeymap = {
Expand Down

0 comments on commit fb7a80d

Please sign in to comment.