You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe that this is because the JavaScript from pagedown_init.js used to set up the pagedown widget is only run once on page-load. Therefore when a new form is added to a formset, the JavaScript needed to set it up isn't executed.
I'm not sure there is a quick-fix for this. On the Django-admin, we might be able to listen for an event that is fired when a new inline is added (although I'm not sure this actually exists?). If you are using the widget in your own form you'll need to manually call DjangoPagedown.createEditor(element) (where element is the .wmd-wrapper element) yourself when the new form is added
No description provided.
The text was updated successfully, but these errors were encountered: