Skip to content

Commit

Permalink
fix(ui): make sure the talk to us dialogs do not stack on eachother (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
MilosPaunovic authored and loicmathieu committed Sep 19, 2024
1 parent 330b26d commit 351269a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/src/components/EnterpriseTooltip.vue
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
},
methods: {
changeVisibility(visible = true) {
if (visible) document.querySelector(".ee-tooltip")?.remove();
this.visible = visible
}
},
Expand Down

0 comments on commit 351269a

Please sign in to comment.