Skip to content

Commit 9b2168d

Browse files
committed
Align stick mini graph timing
1 parent f9d646b commit 9b2168d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/App.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2204,7 +2204,7 @@ export function App() {
22042204
return getFlightWindow(
22052205
preparedFlight,
22062206
currentTimeUs - overlayState.stickMiniGraphWindowUs,
2207-
currentTimeUs + overlayState.stickMiniGraphWindowUs,
2207+
currentTimeUs,
22082208
180,
22092209
{
22102210
sampleStrategy: "fixed-interval",

0 commit comments

Comments
 (0)