mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-01-18 22:36:14 +08:00
docs: fix whitespace
This commit is contained in:
parent
6db0d340b8
commit
0a86626c6e
@ -441,7 +441,7 @@ const CustomExtension = Extension.create({
|
||||
onUpdate() {
|
||||
// The content has changed.
|
||||
},
|
||||
onSelectionUpdate({editor}) {
|
||||
onSelectionUpdate({ editor }) {
|
||||
// The selection has changed.
|
||||
},
|
||||
onTransaction({ transaction }) {
|
||||
|
Loading…
Reference in New Issue
Block a user