Closed thinkingcomputing closed 2 years ago
This has to do with Wagtail 3.0+ dropping the use of Bootstrap JS Tabs. So https://github.com/torchbox/wagtail-markdown/blob/main/src/wagtailmarkdown/static/wagtailmarkdown/js/easymde.attach.js#L43 no longer kicks in
@thinkingcomputing will close this as a duplicate of #98 but will aim to fix this today
I've released v0.9.0 which should fix this.
Issue Summary
I use wagtail markdown. I've recently upgraded my sites to Wagtail 3.0.1. If I use the admin to edit my page content the wagtail markdown field is blank until I click on the empty box which is when it then appears.
Steps to Reproduce
Any other relevant information. For example, why do you consider this a bug and what did you expect to happen instead?
Technical details
python --version
. 3.8.10pip show django | grep Version
. 3.2.13pip show wagtail | grep Version:
. 3.0.1