GMOD / jbrowse-components

Source code for JBrowse 2, a modern React-based genome browser
https://jbrowse.org/jb2
Apache License 2.0
208 stars 62 forks source link

Add more support for putting html link in track names #4451

Closed cmdcolin closed 5 months ago

cmdcolin commented 5 months ago

Currently there are two funny things when storing an <a href> in a track label

1) dialog titles display the raw html in track title 2) unable to click links when they are activated tracks due to a pointerEvents:none

this removes the pointerEvents:none and instead just makes it so it doesn't trigger a click and drag side scroll. side benefit is you can copy the track names this way