refresh selected / highlighted after computing new data

This commit is contained in:
Matthias Wirth
2020-03-19 18:49:17 +01:00
parent f243b10909
commit 5ac562bf18

View File

@@ -444,12 +444,12 @@ function fetchData() {
if (PendingFetches <= 1) {
refreshSelected();
refreshHighlighted();
//console.time("refreshTable");
refreshTableInfo();
//console.timeEnd("refreshTable");
refreshClock(new Date(now * 1000));
refreshSelected();
refreshHighlighted();
}
if (globeIndex) {