diff --git a/.browserslistrc b/.browserslistrc
index 80848532e47d58cc7a4b618f600b438960f9f045..5169196874391527473c70f584c6639c0c1d9dc0 100644
--- a/.browserslistrc
+++ b/.browserslistrc
@@ -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'.
\ No newline at end of file
+not IE 9-11 # For IE 9-11 support, remove 'not'.
diff --git a/src/app/components/analysis-panel/analysis-panel.component.ts b/src/app/components/analysis-panel/analysis-panel.component.ts
index ca9d637f6c724844dd042add379adc7738e27b47..4919047aac27aac1000f0e2e1990f1c81c7a6e80 100644
--- a/src/app/components/analysis-panel/analysis-panel.component.ts
+++ b/src/app/components/analysis-panel/analysis-panel.component.ts
@@ -344,11 +344,12 @@ export class AnalysisPanelComponent implements OnInit, OnChanges, AfterViewInit
                 this.tableSelectedProteins = [...proteinSelection];
               }
             });
+            this.emitVisibleItems(true);
           });
         });
       }
     }
-    this.emitVisibleItems(true);
+
 
   }