Dataskop / dataskop-ar

Dataskop breaks new scientific ground developing mobile, situational embedded data visualization methods to combine physical environmental and abstract data representation.
https://dataskop.fhstp.ac.at/en
MIT License
1 stars 0 forks source link

Selection gets discarded when hovering on different Visualization #124

Closed Mumb0 closed 1 month ago

Mumb0 commented 1 month ago

Describe the bug

When a DataPointis selected, hovered and then another DataPointgets hovered, it will remove the selection from the previously selected DataPoint.

To Reproduce

Steps to reproduce the behavior:

  1. Select DataPoint on focused Vis
  2. Hover over another DataPoint
  3. Hover over selected DataPoint
  4. Hover over another DataPoint
  5. Selected DataPoint gets deselected

Expected behavior

Selection keeps persisting unless user taps into nothing or the same DataPoint again.