This commit is contained in:
milahu
2022-01-02 19:03:54 +01:00
committed by GitHub
parent ba3ea081cb
commit 83ede65a49

View File

@@ -156,7 +156,7 @@ editor.isEmpty
## Settings ## Settings
### element ### element
The `element` specifies the HTML element the editor will be binded too. The following code will integrate Tiptap with an element with the `.element` class: The `element` specifies the HTML element the editor will be binded to. The following code will integrate Tiptap with an element with the `.element` class:
```js ```js
import { Editor } from '@tiptap/core' import { Editor } from '@tiptap/core'