Skip to content

tiptap@1.16.0

Choose a tag to compare

@philippkuehn philippkuehn released this 17 Apr 21:38

NEW

  • you can now set a focus position
    • editor.focus(20) to set the cursor at position 20 of the document
    • editor.focus('start') to set the cursor at the start of the document
    • editor.focus('end') to set the cursor at the start of the document