tiptap@1.16.0
NEW
- you can now set a focus position
editor.focus(20)to set the cursor at position 20 of the documenteditor.focus('start')to set the cursor at the start of the documenteditor.focus('end')to set the cursor at the start of the document