Fix odd behavior when clicking on the blacklist Arrow

This commit is contained in:
Matthias 2023-06-11 13:20:06 +02:00
parent 1842d89284
commit ae192a9455

View File

@ -12,14 +12,12 @@
:class="!visible ? 'visible' : 'invisible'"
role="button"
class="fs-4"
@click="visible = !visible"
/>
<i-mdi-chevron-up
v-if="visible"
:class="visible ? 'visible' : 'invisible'"
role="button"
class="fs-4"
@click="visible = !visible"
/>
</div>
</template>