Skip to content

Commit

Permalink
Ensure joint jogger gets activated
Browse files Browse the repository at this point in the history
  • Loading branch information
evrys committed Nov 29, 2024
1 parent 3683be2 commit 2f8898e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/jogging/JoggingJointTab.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ export const JoggingJointTab = observer(
joint: number
direction: "-" | "+"
}) {
await store.activate()

await store.jogger.startJointRotation({
joint: opts.joint,
direction: opts.direction,
Expand Down

0 comments on commit 2f8898e

Please sign in to comment.