fix(composed-modal): ignore a11y warning in Svelte 5 (#2159)

This commit is contained in:
Eric Liu 2025-04-25 08:46:16 -07:00 committed by GitHub
commit 024d77493c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -152,6 +152,7 @@
>
<!-- svelte-ignore a11y-click-events-have-key-events -->
<!-- svelte-ignore a11y-no-noninteractive-element-interactions -->
<!-- svelte-ignore a11y_interactive_supports_focus -->
<div
bind:this={innerModal}
role="dialog"