Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix
autoresize_min_height
console warning
Prior to this change,`tinymceEditor.settings` was evaluating to `undefined`. Also, TinyMCE replaced `autoresize_min_height` replaced with `min_height` with the release of v5. We have `min_height` included in our defaultOptions object within `app/javascript/src/utils/tinymce.js`. The value of `min_height` appears to be performing the functionality that this removed code was attempting to. This change is more comprehensively documented here: #3424 (comment)
- Loading branch information