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

Fix coloring on circular chord renderings #4560

Closed cmdcolin closed 2 months ago

cmdcolin commented 2 months ago

accidental bugs in refactoring during #4518 led to the circular chords not being colored correctly, with essentially a typo causing this (comparison to a display "id" that was in scope was compared against instead of feature.id())

cmdcolin commented 2 months ago

bug only affected webworker so didn't show up in e.g. svg snapshot integration test (which doesn't use webworkers) for example unfortunately