fixes typo on aria-labelledby
This commit is contained in:
parent
3ddd21bced
commit
29c18fc64f
1 changed files with 1 additions and 1 deletions
|
|
@ -197,7 +197,7 @@
|
|||
ontouchstart={start}
|
||||
onmousedown={start}
|
||||
bind:this={figure}
|
||||
aria-labelledby={(caption && `${id}-caption-description`) || undefined}
|
||||
aria-labelledby={(caption && `${id}-caption`) || undefined}
|
||||
>
|
||||
<img
|
||||
bind:this={img}
|
||||
|
|
|
|||
Loading…
Reference in a new issue