feat: download blob with identified filename

feat/type-attributes
Tomáš Mládek 2022-10-22 17:25:27 +02:00
parent 1ef4edf80c
commit 5c3c6cad42
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@
<div class="separator" />
<div class="label" class:resolving title={displayLabel}>
{#if banner && isFile}
<a href="{API_URL}/raw/{address}">
<a href="{API_URL}/raw/{address}" download={inferredIds[0]}>
<Ellipsis value={displayLabel} />
</a>
{:else if link}