docs: update content
This commit is contained in:
@@ -60,7 +60,7 @@ editor
|
|||||||
.focus()
|
.focus()
|
||||||
.command(({ tr }) => {
|
.command(({ tr }) => {
|
||||||
// manipulate the transaction
|
// manipulate the transaction
|
||||||
tr.insertContent('hey, that’s cool!')
|
tr.insertText('hey, that’s cool!')
|
||||||
|
|
||||||
return true
|
return true
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user