fix: unable to upload duplicate QR code.

This commit is contained in:
Thanaphon Frappet 2024-12-10 14:36:09 +07:00
parent 42585c859c
commit e83cc76a4f
2 changed files with 34 additions and 13 deletions

View file

@ -48,6 +48,7 @@ reader.addEventListener('load', () => {
});
function browse() {
inputFile.files = null;
inputFile?.click();
}