fix
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user