You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| insertContent | Function to insert content in the editor current caret position, accepts Tag or Text alone or in array | (content: [Tag](Tag)\| string \| ([Tag](Tag)\| string)[]) => void |
68
+
| insertContent | Function to insert content in the editor current caret position, accepts Tag or Text alone or in array | (content: [Tag](#tag)\| string \| ([Tag](#tag)\| string)[]) => void |
59
69
| element | Returns the editor element | HTMLDivElement |
60
-
| editor | Returns the editor instance |[Editor](Editor)|
70
+
| editor | Returns the editor instance |[Editor](https://tiptap.dev/docs/editor/api/editor)|
0 commit comments