playcanvas / pcui

UI component library for web-based tools
http://playcanvas.github.io/pcui
MIT License
663 stars 62 forks source link

Fix `mouseover` handling of `TreeViewItem`s #224

Closed willeastcott closed 1 year ago

willeastcott commented 1 year ago

Fix an issue introduced by #222 where mouseover events of TreeViewItems would throw an exception.

Also took the opportunity to improve docs and types of TreeView related code.