mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
Fixed #4985 - metaKeySelection default type is changed as false
This commit is contained in:
parent
ff272de38b
commit
bb82382190
13 changed files with 24 additions and 27 deletions
|
@ -124,7 +124,7 @@ export default {
|
|||
},
|
||||
metaKeySelection: {
|
||||
type: Boolean,
|
||||
default: true
|
||||
default: false
|
||||
},
|
||||
contextMenu: {
|
||||
type: Boolean,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue