tinymce / tinymce-vue

Official TinyMCE Vue component
MIT License
2.08k stars 208 forks source link

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

Open paescuj opened 1 year ago

paescuj commented 1 year 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 1 year ago

Anything I can do here?

paescuj commented 1 week ago

@TheSpyder Sorry for the ping! The issue as well as the provided fix seem pretty straightforward to me. What can we do to get it over the line? ❤️