This commit is contained in:
Eric Hasegawa 2023-10-02 08:31:52 -07:00 committed by GitHub
parent 025dfff1d9
commit cb4b8b597f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -68,7 +68,7 @@ export default props => {
}
```
And yes, all of that is reactive, too. A pretty seemless communication, isnt it?
And yes, all of that is reactive, too. A pretty seamless communication, isnt it?
## Adding a content editable
There is another component called `NodeViewContent` which helps you adding editable content to your node view. Here is an example: