This commit is contained in:
Hans Lemuet 2021-08-08 09:16:22 +02:00 committed by GitHub
parent 6a5871ddba
commit 0c6b04f5b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@ Yes, node views can have editable text, just like a regular node. Thats simpl
Thats how the [`TaskItem`](/api/nodes/task-item) node works.
### Non-editable text
Nodes can also have text, which is not edtiable. The cursor cant jump into those, but you dont want that anyway.
Nodes can also have text, which is not editable. The cursor cant jump into those, but you dont want that anyway.
tiptap adds a `contenteditable="false"` to those by default.