Skip to content

Commit

Permalink
Stopping processing of timing marks on step switch breaks auto pause
Browse files Browse the repository at this point in the history
  • Loading branch information
swantzter authored Aug 24, 2024
1 parent b47c620 commit f33ebc6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/views/scoring/[email protected]/Technical.vue
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,6 @@ const accumulatedDuration = ref(0)
const lastStartMark = ref<Mark<Schema>>()
const skipMarks = ref<number[]>([])
watch(() => scoresheet.value?.marks, marks => {
if (props.step === 'timeViolations') return
if (marks == null) return
// handle odd resets
if (marks.length === 0) {
Expand Down

0 comments on commit f33ebc6

Please sign in to comment.