mirror of
https://github.com/nasa/openmct.git
synced 2024-12-29 17:38:53 +00:00
[Plot] Update ticks during pan
WTD-1273.
This commit is contained in:
parent
53f712b506
commit
f3cbcf0abe
@ -270,6 +270,7 @@ define(
|
||||
if (panStart) {
|
||||
updatePan();
|
||||
updateDrawingBounds();
|
||||
updateTicks();
|
||||
}
|
||||
},
|
||||
/**
|
||||
@ -307,6 +308,7 @@ define(
|
||||
marqueeStart = undefined;
|
||||
updateMarqueeBox();
|
||||
updateDrawingBounds();
|
||||
updateTicks();
|
||||
}
|
||||
if (panStart) {
|
||||
// End panning
|
||||
|
Loading…
Reference in New Issue
Block a user