Skip to content

Commit e525367

Browse files
authored
Merge pull request #1688 from Shelf-nu/adjust-barcode-scanner-debounce-timer
adjustment: changed barcode scanner debouce timer to 300ms to better …
2 parents 111d7ce + bf58558 commit e525367

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/zxing-scanner/code-scanner.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ function ScannerMode({
194194
input.value = "";
195195
}
196196
},
197-
50
197+
300
198198
);
199199

200200
return (

0 commit comments

Comments
 (0)