Update CHANGELOG.md
Recent Commits to wunderbaum:main
-
Update CHANGELOG.md
-
Merge branch 'main' of https://github.com/mar10/wunderbaum
Merge branch 'main' of https://github.com/mar10/wunderbaum
-
Fix behavior of setSelected in "single" selectMode (#136)
Fix behavior of setSelected in "single" selectMode (#136) 1. In "single" selectMode, setSelected would end up immediately resetting the selected node. 2. setSelected(false) probably should not deselect an existing selection, although that may be debatable.