Skip to content

Commit

Permalink
fixes #1984
Browse files Browse the repository at this point in the history
  • Loading branch information
nathandunn committed Dec 11, 2018
1 parent 121c4dd commit 88577aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/gwt/org/bbop/apollo/gwt/client/AnnotatorPanel.java
Original file line number Diff line number Diff line change
Expand Up @@ -492,6 +492,8 @@ private static void updateAnnotationInfo(AnnotationInfo annotationInfo) {
tabPanel.getTabWidget(3).getParent().setVisible(false);
tabPanel.getTabWidget(4).getParent().setVisible(false);
break;
case "deletion":
case "insertion":
case "SNV":
case "SNP":
case "MNV":
Expand Down

0 comments on commit 88577aa

Please sign in to comment.