prevent losing connection when downloading module

This commit is contained in:
Puniko 2022-12-27 14:52:20 +01:00
parent 6c5723c795
commit fdaa9614c9
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
</button>
<progress min="0" max="100" value="0" ref="progress"></progress>
<input type="range" min="0" max="1" v-model="player.context.gain.value" step="0.1" ref="volume" title="volume"/>
<a class="download" title="download" :href="module.url">
<a class="download" title="download" :href="module.url" target="_blank">
<i class="fas fa-download"></i>
</a>
</div>