IGV tabs example
- When this tab (really, just a div) comes first in the document, the igv.js div has display:none, width == 0
- Clicking the IGV Tab does not generate any events that igv can listen to. So to inform IGV of the
visibility
change clients must call igv.visibilityChange(), as shown above in the showTabs function.