fix: fix End key handler, fix #2446
This commit is contained in:
@@ -61,7 +61,7 @@ export const Keymap = Extension.create({
|
||||
const pcKeymap = {
|
||||
...baseKeymap,
|
||||
Home: () => this.editor.commands.selectTextblockStart(),
|
||||
End: () => this.editor.commands.selectTextblockStart(),
|
||||
End: () => this.editor.commands.selectTextblockEnd(),
|
||||
}
|
||||
|
||||
const macKeymap = {
|
||||
|
||||
Reference in New Issue
Block a user