mirror of
https://github.com/vkaelin/LeagueStats.git
synced 2026-03-25 21:07:27 +00:00
fix: dropdown position on scroll
This commit is contained in:
parent
b59f4bd761
commit
0a47570a31
1 changed files with 3 additions and 1 deletions
|
|
@ -87,7 +87,9 @@ export default {
|
||||||
this.checkDropdownVisibility()
|
this.checkDropdownVisibility()
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
showDropdown() {
|
showDropdown(event) {
|
||||||
|
this.left = event.clientX
|
||||||
|
this.top = event.clientY
|
||||||
this.isOpen = true
|
this.isOpen = true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue