Apply suggestions from code review of branch csm-skip-button-fix

This commit is contained in:
Joe Knapper 2026-07-08 09:20:09 +00:00
parent 22c1394aad
commit 65530f0406

View file

@ -53,7 +53,7 @@ export default {
methods: { methods: {
/** /**
* Check is camera stage mapping is calibrated and emit the result to awaiting-user. * Check if camera stage mapping is calibrated and emit the result to awaiting-user.
* *
* "awaiting-user" is used to signal that the user should perform an action before * "awaiting-user" is used to signal that the user should perform an action before
* continuing. In practice it changes the next button to "skip". * continuing. In practice it changes the next button to "skip".
@ -63,7 +63,7 @@ export default {
this.$emit("awaiting-user", needsCal); this.$emit("awaiting-user", needsCal);
}, },
/** /**
* Tuns whenever CSM finishes re-enable navigation and check calibration state. * Runs whenever CSM finishes. It re-enables navigation and checks calibration state.
* *
* This happens if the action is cancelled, errors, or completes successfully as it * This happens if the action is cancelled, errors, or completes successfully as it
* is triggered by `finished`. * is triggered by `finished`.