Update InputNumber.vue

pull/5456/head
Melloware 2024-03-21 08:04:30 -04:00 committed by GitHub
parent 71db0aea00
commit 1d7ed1598b
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) {
if (event.shiftKey || event.altKey || event.ctrlKey || event.metaKey) {
this.isSpecialChar = true;
return;