editor-js / editor-js/embed

Unable to save html in data blocks

Open
#45 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.