mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 09:22:34 +00:00
Merge branch 'master' into v4
This commit is contained in:
commit
5a6e010794
12 changed files with 34 additions and 19 deletions
|
@ -355,7 +355,7 @@ export default {
|
|||
return;
|
||||
}
|
||||
|
||||
if (event.shiftKey || event.altKey) {
|
||||
if (event.shiftKey || event.altKey || event.ctrlKey || event.metaKey) {
|
||||
this.isSpecialChar = true;
|
||||
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue