Multiple selection fails on windows for Tree and TreeTable #720
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
the reason is that on line 47 of treetable.js, which follows:
it is the variable metaKey, not event.metaKey that should be tested.
Multiple row selection works when line 47 is changed to
The text was updated successfully, but these errors were encountered: