mirror of
https://github.com/nasa/openmct.git
synced 2025-04-08 20:04:27 +00:00
[Plot] Avoid clearing domain offset
Avoid clearing domain offset unnecessarily by fixing variable reference; WTD-806.
This commit is contained in:
parent
8ba9c0553a
commit
62958280b7
@ -78,7 +78,7 @@ define(
|
||||
}
|
||||
|
||||
// If there are no more lines, clear the domain offset
|
||||
if (Object.keys(lines).length < 1) {
|
||||
if (Object.keys(next).length < 1) {
|
||||
domainOffset = undefined;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user