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

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 = {