instructure-react / react-tinymce

React TinyMCE component
181 stars 115 forks source link

fix chrome performance #102

Open waltersm opened 1 year ago

waltersm commented 1 year ago

Chrome suffers badly with performance if rendering a large amount of html into tinymce such as used in base64 encoded images. Hiding the textarea with the 'hidden' attribute fixes this issue.

waltersm commented 1 year ago

woukd be nice if we can get this simple change approved @mzabriskie