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
Currently there are two funny things when storing an
<a href>
in a track label1) 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