mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
fix(ForYou): tick animation cannot re-toggle
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
<script setup lang="ts">
|
||||
import { Icon } from '@iconify/vue'
|
||||
import { onKeyStroke } from '@vueuse/core'
|
||||
import type { Ref } from 'vue'
|
||||
import { useI18n } from 'vue-i18n'
|
||||
@@ -490,7 +491,10 @@ defineExpose({ initData })
|
||||
</div>
|
||||
{{ reason.name }}
|
||||
</div>
|
||||
<div v-if="selectedDislikeReason === reason.id" i-line-md:confirm />
|
||||
<Icon
|
||||
v-if="selectedDislikeReason === reason.id" icon="line-md:confirm"
|
||||
w-18px h-18px
|
||||
/>
|
||||
</li>
|
||||
</ul>
|
||||
</Dialog>
|
||||
|
||||
Reference in New Issue
Block a user