mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-30 11:11:53 +00:00
Add aria-expanded
This commit is contained in:
@@ -84,6 +84,7 @@
|
|||||||
size="md"
|
size="md"
|
||||||
class="gap-1 font-bold"
|
class="gap-1 font-bold"
|
||||||
:aria-label="stackIndicatorLabel || undefined"
|
:aria-label="stackIndicatorLabel || undefined"
|
||||||
|
:aria-expanded="stackExpanded"
|
||||||
@click.stop="emit('stack-toggle')"
|
@click.stop="emit('stack-toggle')"
|
||||||
>
|
>
|
||||||
<i aria-hidden="true" class="icon-[lucide--layers] size-4" />
|
<i aria-hidden="true" class="icon-[lucide--layers] size-4" />
|
||||||
|
|||||||
Reference in New Issue
Block a user