Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable TinyMCE sanitization when setting HTML content
We were previously disabling TinyMCE sanitization by calling setContent with `{ format: 'raw' }`. Doing so, however, causes issues when setContent is called with prettified HTML, e.g. when a list block is updated.
- Loading branch information