Skip to content

Commit

Permalink
while recording, keep banner cursor at the front
Browse files Browse the repository at this point in the history
  • Loading branch information
jakmeier committed Dec 19, 2023
1 parent 193cf9b commit dae2bac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bouncy_frontend/src/routes/record/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@
const skeletons = tracker.addKeypoints(kp, timestamp);
skeleton = skeletons.front;
recordingEnd = timestamp;
setCursor(1.0);
}
});
Expand Down

0 comments on commit dae2bac

Please sign in to comment.