mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 09:22:34 +00:00
Fixed #62 - Menu and OverlayPanel target position miscalculated
This commit is contained in:
parent
42946e8afe
commit
582eae02ff
2 changed files with 2 additions and 2 deletions
|
@ -59,7 +59,7 @@ export default {
|
|||
},
|
||||
show(event) {
|
||||
this.visible = true;
|
||||
this.target = event.target;
|
||||
this.target = event.currentTarget;
|
||||
},
|
||||
hide() {
|
||||
this.visible = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue