chniter / bstreeview

Bootstrap Treeview, A very simple plugin to build a basic and elegant Treeview with bootstrap 4. See the demo:
https://chniter.github.io/bstreeview/
Apache License 2.0
369 stars 53 forks source link

Fix angle icon not toggling with two treeviews on a page #14

Closed Tantalon closed 4 years ago

Tantalon commented 4 years ago

When you have two treeviews on a page, the icon no longer changes when you click on a folder, because the event handlers are being registered globally each time a bstreeview is created, and it toggles then toggles back. This patch fixes it.

chniter commented 4 years ago

Thanks for support