@tiptap/core 2.0.0-beta.168 → 2.0.0-beta.169
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/tiptap-core.cjs.js +1 -1
- package/dist/tiptap-core.cjs.js.map +1 -1
- package/dist/tiptap-core.esm.js +1 -1
- package/dist/tiptap-core.esm.js.map +1 -1
- package/dist/tiptap-core.umd.js +1 -1
- package/dist/tiptap-core.umd.js.map +1 -1
- package/package.json +2 -2
- package/src/extensions/keymap.ts +1 -1
package/dist/tiptap-core.esm.js
CHANGED
|
@@ -2100,7 +2100,7 @@ const Keymap = Extension.create({
|
|
|
2100
2100
|
const pcKeymap = {
|
|
2101
2101
|
...baseKeymap,
|
|
2102
2102
|
Home: () => this.editor.commands.selectTextblockStart(),
|
|
2103
|
-
End: () => this.editor.commands.
|
|
2103
|
+
End: () => this.editor.commands.selectTextblockEnd(),
|
|
2104
2104
|
};
|
|
2105
2105
|
const macKeymap = {
|
|
2106
2106
|
...baseKeymap,
|