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

This commit is contained in:
Eric Liu 2025-04-25 08:42:10 -07:00
commit 4dbf3d9c47

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"