tip tap insert text code example
Example: tip tap insert text
const transaction = this.editor.state.tr.insertText('hey!')
this.editor.view.dispatch(transaction)
const transaction = this.editor.state.tr.insertText('hey!')
this.editor.view.dispatch(transaction)