rem redundant visible check

This commit is contained in:
Doruk 2025-06-19 20:00:43 +02:00
parent 8a65441cef
commit a690b6f203

View file

@ -1,7 +1,7 @@
<template>
<teleport to="body">
<div
v-if="visible && content"
v-if="content"
ref="tooltip"
class="tooltip-wrapper"
:style="tooltipStyle"