mirror of
https://github.com/nasa/openmct.git
synced 2025-05-28 13:14:20 +00:00
Merge branch 'master' into global-filters-no-request-bug-fix
This commit is contained in:
commit
6dbdebbe05
@ -181,7 +181,7 @@ define([
|
||||
}
|
||||
|
||||
refreshData(bounds, isTick) {
|
||||
if (!isTick) {
|
||||
if (!isTick && this.outstandingRequests === 0) {
|
||||
this.filteredRows.clear();
|
||||
this.boundedRows.clear();
|
||||
this.boundedRows.sortByTimeSystem(this.openmct.time.timeSystem());
|
||||
|
Loading…
x
Reference in New Issue
Block a user