fix: unable to upload duplicate QR code.
This commit is contained in:
parent
42585c859c
commit
e83cc76a4f
2 changed files with 34 additions and 13 deletions
|
|
@ -48,6 +48,7 @@ reader.addEventListener('load', () => {
|
|||
});
|
||||
|
||||
function browse() {
|
||||
inputFile.files = null;
|
||||
inputFile?.click();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue