update onclick syntax
This commit is contained in:
parent
06a5dd0232
commit
01b217a2a5
1 changed files with 2 additions and 2 deletions
|
|
@ -63,8 +63,8 @@
|
|||
</script>
|
||||
|
||||
<details bind:this={details}>
|
||||
<!-- svelte-ignore a11y-no-static-element-interactions -->
|
||||
<summary on:click={summaryClickHandler} on:keyup={summaryClickHandler}>{@html summary}</summary>
|
||||
<!-- svelte-ignore a11y_no_static_element_interactions -->
|
||||
<summary onclick={summaryClickHandler} onkeyup={summaryClickHandler}>{@html summary}</summary>
|
||||
<div class="faq-content">
|
||||
{@render children()}
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue