We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d67a5f commit 3be36b0Copy full SHA for 3be36b0
1 file changed
web/app/composables/useCardAutoScan.ts
@@ -234,7 +234,6 @@ export function useCardAutoScan(opts: UseCardAutoScanOptions) {
234
burstShots = []
235
burstAwaiting = BURST_COUNT
236
capturing = true
237
- steadyTicks = 0
238
phase.value = 'captured'
239
requestWarp()
240
}
@@ -499,7 +498,6 @@ export function useCardAutoScan(opts: UseCardAutoScanOptions) {
499
498
burstCorners = null
500
501
burstAwaiting = 0
502
503
lostTicks = 0
504
quad.value = null
505
ready.value = false
0 commit comments