Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
- Go to index.html page in the src folder
- Click on Inbox
Expected behavior
I expect the inbox node to be open but it stays close. The chevron is changed, however.
Desktop (please complete the following information):
- OS: Windows
- Browser Edge
- Version: 99
Additional context
The toggle functionality does not seem to work when the HTML is generated. jQuery could help you out here by adding the following code to the if statement on line 75 of the bstreeview.js file:
$($(this).attr("data-bs-target")).collapse('toggle');