mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Fix PR build
This commit is contained in:
parent
9efbcd3f77
commit
bc4d8792ea
4 changed files with 9 additions and 3 deletions
|
@ -80,7 +80,10 @@ export default {
|
|||
},
|
||||
methods: {
|
||||
onDropdownButtonClick(event) {
|
||||
event.preventDefault();
|
||||
if (event) {
|
||||
event.preventDefault();
|
||||
}
|
||||
|
||||
this.$refs.menu.toggle({ currentTarget: this.$el, relatedTarget: this.$refs.button.$el });
|
||||
this.isExpanded = this.$refs.menu.visible;
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue