django-summernote icon indicating copy to clipboard operation
django-summernote copied to clipboard

Dropdown menus in toolbar not working with bootstrap 5

Open hardik-kapadia opened this issue 6 months ago • 1 comments

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: image

Working: image

I have checked everything else, there's no double jquery import, the event listeners are being attached too. This is the only apparent problem

hardik-kapadia avatar Aug 09 '24 06:08 hardik-kapadia