fix: add label to dummy icon to prevent svelte warning (#936)
This commit is contained in:
parent
f5be28d99a
commit
e17d3974d5
|
@ -23,6 +23,7 @@
|
|||
<IconButton
|
||||
className="media-control-button media-control-button-dummy-spacer"
|
||||
href="#fa-search"
|
||||
label=""
|
||||
/>
|
||||
{#if dots.length > 1}
|
||||
<div class="media-controls">
|
||||
|
|
Loading…
Reference in a new issue