adds stopPropagation modifier to delete file button
This commit is contained in:
parent
f0cea0ef0e
commit
7e9cf7d01e
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue