This commit is contained in:
2026-02-16 01:30:50 +00:00
parent 0a090a6946
commit a4564c45f5
2 changed files with 6 additions and 1 deletions

View File

@@ -125,6 +125,9 @@ inputField.addEventListener('input', function() {
});
inputField.addEventListener('change', function () {
alert(this.value);
if (this.value.length > 3) {
const type = detectScanType(this.value);
const message = type === 'qr'