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