metrumresearchgroup / review

helpful tools for organizing and performing quality control (QC) tasks
https://metrumresearchgroup.github.io/review/
2 stars 0 forks source link

Add "hide all on open" option to figure comparison tools #96

Closed michaelmcd18 closed 3 weeks ago

michaelmcd18 commented 3 weeks ago

Large eda folders freeze browser with all trying to load at once

andersone1 commented 3 weeks ago

@michaelmcd18

The crux of the change is line 133 of buildCompare, this part:

ifelse(TRUE, "block", "none")

That TRUE needs to be an input that can be true or false