Skip to content

Commit

Permalink
fix: missing resolve (#684)
Browse files Browse the repository at this point in the history
  • Loading branch information
itsUndefined authored Feb 11, 2023
1 parent 4a9a039 commit dcd776e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/html5-qrcode-scanner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,7 @@ export class Html5QrcodeScanner {
// Assuming file based scan was ongoing.
this.html5Qrcode.clear();
emptyHtmlContainer();
resolve();
}
});
}
Expand Down

0 comments on commit dcd776e

Please sign in to comment.