1
0

fix(a11y): hide unfocusable buttons

(cherry picked from commit 10e245f6d0b28051c3750d16db61c31ff6f0fdef)
This commit is contained in:
kolaente
2024-09-19 12:50:47 +02:00
parent f56df8aa34
commit f732082708

View File

@ -91,8 +91,9 @@
</time>
</BaseButton>
</template>
<template #content>
<template #content="{isOpen}">
<DeferTask
v-if="isOpen"
v-model="task"
/>
</template>