meedan / montage-components

Monorepo of components for Montage
https://montage.meedan.com
0 stars 0 forks source link

Navigate to an instance from legend tag #175

Open maboa opened 5 years ago

maboa commented 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.

maboa commented 5 years ago

segmentElement.querySelectorAll(`.T-${tagId}`)[0].scrollIntoView()

code snippet from @Laurian