mirror of
https://github.com/vkaelin/LeagueStats.git
synced 2026-03-25 12:57:28 +00:00
fix: tooltip error when hovering while closing detailed match
This commit is contained in:
parent
53864c6c37
commit
7dcad4e292
1 changed files with 5 additions and 0 deletions
|
|
@ -85,6 +85,11 @@ export default {
|
|||
this.top = event.clientY
|
||||
|
||||
if (!this.directionChecked) {
|
||||
// Component has been destroyed
|
||||
if (!this.$refs.content || !this.$refs.trigger) {
|
||||
return
|
||||
}
|
||||
|
||||
await this.$nextTick()
|
||||
this.checkTooltipVisibility()
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue