mirror of
https://github.com/flarum/core.git
synced 2025-05-05 15:07:17 +02:00
There is a Mithril bug which causes context.retain to be ineffective for children nodes. https://github.com/MithrilJS/mithril.js/issues/1300 Thus, we have to assume that the children nodes (like the textarea) may be recreated and thus we need to update its height on each redraw. fixes #948