Markdown widget becomes unresponsive when a model has multiple DraceditorField · Issue #3 · agusmakmun/django-markdown-editor (original) (raw)
Hello,
I just found this plugin and it is just what I need -congratulations for the good work ;)-, after installing and setting up some fields to DraceditorField() I entered the django admin panel and found the following error.
While in a model if you have only just 1 DraceditorField, the widget works as expected
But in the moment that in a same model two DraceditorFields are added when entering admin panel one of the widgets become unresponsive and duplicated with information of the previous field, and of course it is impossible to edit its content also. Try it by yourself, declare a model with two DraceditorField.
See how 2nd Markdown editor looks weird in the following image:
Do you have a guess on why this is happening? Could be easy for you to fix it?