adds stopPropagation modifier to delete file button

This commit is contained in:
kevmodrome 2020-10-15 15:58:21 +02:00
parent 1062817cdb
commit cc885f4852
No known key found for this signature in database
GPG Key ID: E8F9CD141E63BF38
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@
{:else}<i class="far fa-file" />{/if}
</a>
<span>{file.name}</span>
<div class="button-placement"><button primary on:click={() => openModal(file)}>×</button></div>
<div class="button-placement"><button primary on:click|stopPropagation={() => openModal(file)}>×</button></div>
</div>
{/each}
</div>