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:
@@ -60,8 +60,6 @@ export const Keymap = Extension.create({
|
|||||||
|
|
||||||
const pcKeymap = {
|
const pcKeymap = {
|
||||||
...baseKeymap,
|
...baseKeymap,
|
||||||
Home: () => this.editor.commands.selectTextblockStart(),
|
|
||||||
End: () => this.editor.commands.selectTextblockEnd(),
|
|
||||||
}
|
}
|
||||||
|
|
||||||
const macKeymap = {
|
const macKeymap = {
|
||||||
|
|||||||
Reference in New Issue
Block a user