mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-01-18 22:36:14 +08:00
fix: fix End key handler, fix #2446
This commit is contained in:
parent
31efb0802e
commit
b584920ea1
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user