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.
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.