fix svelte 3.52 a11y warning

pull/7988/head
Janosh Riebesell 4 years ago committed by GitHub
parent df2e927b46
commit 4bdcffedac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -10,7 +10,7 @@
} }
</script> </script>
<span class:expanded on:click={toggle}>{name}</span> <span class:expanded on:click={toggle} on:keyup={toggle}>{name}</span>
{#if expanded} {#if expanded}
<ul> <ul>

Loading…
Cancel
Save