Unable to save html in data blocks
Open
- Dominant language
- TypeScript
- Stars
- 159
- Forks
- 105
- PR merge metrics
- No merged PRs in 30d
Description
When I try to update data like
```
this.data = {
html: "
TESTING
}
```
Block is updated as
```
{
html: "TESTING"
}
```
It doesn't update whole html.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.