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