mirror of
https://github.com/nasa/openmct.git
synced 2025-01-22 04:18:05 +00:00
suppress removal on bounds change while paging
This commit is contained in:
parent
9f309388fd
commit
ba688e667a
@ -322,6 +322,10 @@ export default class TelemetryCollection extends EventEmitter {
|
||||
return;
|
||||
}
|
||||
|
||||
if (this.options.paging) {
|
||||
return;
|
||||
}
|
||||
|
||||
let startChanged = this.lastBounds.start !== bounds.start;
|
||||
let endChanged = this.lastBounds.end !== bounds.end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user