Improve navigation and accessibility
This commit is contained in:
@@ -73,6 +73,8 @@ const toggle_play = () => playing ? player.pause() : player.play()
|
||||
{#if file.id && !audio_reload}
|
||||
<!-- svelte-ignore a11y-media-has-caption -->
|
||||
<audio
|
||||
on:loadstart={() => {dispatch("loading", true)}}
|
||||
on:load={() => {dispatch("loading", false)}}
|
||||
bind:this={player}
|
||||
class="player"
|
||||
controls
|
||||
|
Reference in New Issue
Block a user