Update InputNumber.vue

pull/5560/head
Melloware 2024-04-10 07:43:44 -04:00 committed by GitHub
parent 8365a30f5b
commit 84bbb33045
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -376,7 +376,7 @@ export default {
return;
}
if (event.shiftKey || event.altKey || event.ctrlKey || event.metaKey) {
if (event.altKey || event.ctrlKey || event.metaKey) {
this.isSpecialChar = true;
return;