instructure-react / react-tinymce

React TinyMCE component
181 stars 110 forks source link

Hide the textarea before initialization #8

Closed designfrontier closed 9 years ago

designfrontier commented 9 years ago

In some cases the textarea that the tinyMCE editor replaces is visible before initialization is complete. Adding visible: hidden removes it visually before initialization happens and allows everything else to go smoothly.