Everything was solid and then I upgraded, and now the trumbowyg editor expands to the length of the content. For some of my blog posts, the editor is 5000px tall.
I have added:
autogrow: false,
autogrowOnEnter: false,
Neither of these helps. Problem exists in both Brave and Firefox on Windows.
I have kind if hacky fixed the problem with:
<style>
.trumbowyg-editor {
max-width:700px;
max-height: 500px;
}
</style>
You can see an example of the problem here :
https://jeremytunnell.net/utils/test_tw
Can you recommend how to fix this correctly?
Thanks,
Jeremy