django-summernote
django-summernote copied to clipboard
Dropdown menus in toolbar not working with bootstrap 5
The dropdowns in the toolbar of the the in place widget aren't working with Bootstrap 5. The issue is pretty straightforward, these buttons have an attribute called data-toggle which needs to be data-bs-toggle. Replacing it seems to be working.
Not working:
Working:
I have checked everything else, there's no double jquery import, the event listeners are being attached too. This is the only apparent problem