web4bio / webgen

WebGen Vertically Integrated Project
https://web4bio.github.io/webgen/main/html/
11 stars 26 forks source link

fix: highlight heatmap tab after submit is complete #314

Closed kaczmarj closed 3 years ago

kaczmarj commented 3 years ago

this fixes a bug introduced by #310. the bug was that both tabs were highlighted after the submit query completed. when writing #310, i didn't realize that javascript interacted with the tabs. this pr this the problem by using the .updateTabIndicator() of the materialize tabs instance.