fix(a11y): disable a11y-mouse-events-have-key-events warning #760

This commit is contained in:
Eric Y Liu 2021-07-23 12:31:23 -07:00
commit a67e8a81f6
80 changed files with 80 additions and 0 deletions

View file

@ -30,6 +30,7 @@
setContext("Accordion", { disableItems });
</script>
<!-- svelte-ignore a11y-mouse-events-have-key-events -->
{#if skeleton}
<AccordionSkeleton
{...$$restProps}