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

also fixed analysis group select

parent 219534ac
Branches
Tags
No related merge requests found
......@@ -8,5 +8,9 @@
> 0.5%
last 2 versions
Firefox ESR
last 1 Chrome version
last 1 Firefox version
last 2 Edge major versions
last 2 Safari major versions
not dead
not IE 9-11 # For IE 9-11 support, remove 'not'.
......@@ -344,11 +344,12 @@ export class AnalysisPanelComponent implements OnInit, OnChanges, AfterViewInit
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.
Please register or to comment