This commit is contained in:
iqudoo
2026-05-02 23:04:49 +08:00
parent 69b0c4e27c
commit 4afa5ec8cb
3 changed files with 7 additions and 5 deletions

View File

@@ -405,7 +405,7 @@ export function scanVideo() {
unlockScanBeep();
Promise.resolve().then(() => {
__scanning();
return startScanForWeb(getConfig("webScanCanvasStyle"), __result).then(resp => {
return startScanForWeb(__result).then(resp => {
if (resp && resp.result) {
__result(resp.result);
}