GMOD / jbrowse-components

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

Fix 'Show no tracks active button' checkbox not working #4473

Closed cmdcolin closed 2 months ago

cmdcolin commented 2 months ago

Currently it was not wrapped in an observer, meaning it did not react to changes in the show/hide state

This just wraps it in an observer and moves to a separate file