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:
bdbch 2022-04-09 09:41:28 +02:00 committed by GitHub
commit fb7a80d78e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,8 +60,6 @@ export const Keymap = Extension.create({
const pcKeymap = {
...baseKeymap,
Home: () => this.editor.commands.selectTextblockStart(),
End: () => this.editor.commands.selectTextblockEnd(),
}
const macKeymap = {