neutronX / django-markdownx

Comprehensive Markdown plugin built for Django
https://neutronx.github.io/django-markdownx/
Other
854 stars 153 forks source link

MARKDOWNX_EDITOR_RESIZABLE does not appear to work in v4 #235

Closed marqpdx closed 11 months ago

marqpdx commented 2 years ago

Am using the django-markdownx>=4.0.0b1 version, and the MARKDOWNX_EDITOR_RESIZABLE doesn't appear to be working. I worked through both js and py code, and even hard-coded what appears to be the correct attribute, but no matter, the size of the input area changes after about 0.5 secs of pause during typing.

As it is now, the data-markdownx-editor-resizable attr is not showing up in the textarea, but even when i forced it to be there, and be "false" the textarea still expanded as i typed more.