fix(web): pin code input (#18456)

This commit is contained in:
Daimolean 2025-05-23 00:34:03 +08:00 committed by GitHub
parent 91b961642a
commit b194aee754
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -88,6 +88,7 @@
} else if (target.value !== '') {
pinValues[index] = '';
}
value = pinValues.join('').trim();
return;
}
case 'ArrowLeft': {