prevent losing connection when downloading module
This commit is contained in:
parent
6c5723c795
commit
fdaa9614c9
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue