Skip to content

Commit 3be36b0

Browse files
committed
fix: scan
1 parent 5d67a5f commit 3be36b0

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

web/app/composables/useCardAutoScan.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,6 @@ export function useCardAutoScan(opts: UseCardAutoScanOptions) {
234234
burstShots = []
235235
burstAwaiting = BURST_COUNT
236236
capturing = true
237-
steadyTicks = 0
238237
phase.value = 'captured'
239238
requestWarp()
240239
}
@@ -499,7 +498,6 @@ export function useCardAutoScan(opts: UseCardAutoScanOptions) {
499498
burstCorners = null
500499
burstShots = []
501500
burstAwaiting = 0
502-
steadyTicks = 0
503501
lostTicks = 0
504502
quad.value = null
505503
ready.value = false

0 commit comments

Comments
 (0)