Druva
Druva
The branch is set to be editable by maintainers
Adding ```html bulmaCollapsible.attach(); ``` to my template made it work after I enabled the extension, the `defer` on the extension script provided by `django_simple_bulma` makes my inline script not work,...
i dont know enough javascript to fix the defer issue, but we still need the single line script that adds all the `collapsible` element to make the extension work
@lemonsaurus I tried to test this on my project, but for some reason my site crashes if i remove `bulma-collapsible-runner` from my config. [Test Project](https://github.com/Ceres445/Team-10-Python-Project)
Are there any alternative ways to get the list of dispatch ids?
Can reproduce, `switch_tree` didn’t work when nvim-tree was enabled, I disabled nvim-tree and it started working, ``` update_focused_file = { enable = true, update_cwd = true }, ``` in `nvim-tree.setup()`...