Open maboa opened 5 years ago
Initially we'll navigate to the first instance by clicking on the tag in the legend.
We should be thinking about how we can cycle through all instances in future.
segmentElement.querySelectorAll(`.T-${tagId}`)[0].scrollIntoView()
code snippet from @Laurian
Initially we'll navigate to the first instance by clicking on the tag in the legend.
We should be thinking about how we can cycle through all instances in future.