mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-29 10:42:44 +00:00
revert multiselect changes
This commit is contained in:
@@ -37,7 +37,10 @@
|
|||||||
v-if="showSelectedCount || showClearButton"
|
v-if="showSelectedCount || showClearButton"
|
||||||
class="mt-2 flex items-center justify-between"
|
class="mt-2 flex items-center justify-between"
|
||||||
>
|
>
|
||||||
<span v-if="showSelectedCount" class="text-secondary px-1 text-sm">
|
<span
|
||||||
|
v-if="showSelectedCount"
|
||||||
|
class="px-1 text-sm text-neutral-400 dark-theme:text-zinc-500"
|
||||||
|
>
|
||||||
{{
|
{{
|
||||||
selectedCount > 0
|
selectedCount > 0
|
||||||
? $t('g.itemsSelected', { selectedCount })
|
? $t('g.itemsSelected', { selectedCount })
|
||||||
|
|||||||
Reference in New Issue
Block a user