Skip to content
Snippets Groups Projects
Commit 891fae49 authored by AndiMajore's avatar AndiMajore
Browse files

also fixed analysis group select

parent 219534ac
No related branches found
No related tags found
No related merge requests found
...@@ -8,5 +8,9 @@ ...@@ -8,5 +8,9 @@
> 0.5% > 0.5%
last 2 versions last 2 versions
Firefox ESR Firefox ESR
last 1 Chrome version
last 1 Firefox version
last 2 Edge major versions
last 2 Safari major versions
not dead not dead
not IE 9-11 # For IE 9-11 support, remove 'not'. not IE 9-11 # For IE 9-11 support, remove 'not'.
\ No newline at end of file
...@@ -344,11 +344,12 @@ export class AnalysisPanelComponent implements OnInit, OnChanges, AfterViewInit ...@@ -344,11 +344,12 @@ export class AnalysisPanelComponent implements OnInit, OnChanges, AfterViewInit
this.tableSelectedProteins = [...proteinSelection]; this.tableSelectedProteins = [...proteinSelection];
} }
}); });
this.emitVisibleItems(true);
}); });
}); });
} }
} }
this.emitVisibleItems(true);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment