tinymce / tinymce-vue

Official TinyMCE Vue component
MIT License
2.01k stars 202 forks source link

Consider ready state of editor for update of disabled prop #388

Open paescuj opened 11 months ago

paescuj commented 11 months ago

There's a chance that updates of the disabled prop are ignored when happening before the editor itself is ready. Adding the ready state ensures the watcher runs again as soon as the editor has been initialized and is actually able to receive an update of the mode.

paescuj commented 9 months ago

Anything I can do here?