mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 18:31:06 +00:00
fix(file-uploader-item): fix "delete" event regression (#1268)
Fixes #1267
This commit is contained in:
parent
6bb767f8d2
commit
564f25d087
2 changed files with 9 additions and 6 deletions
|
@ -30,14 +30,17 @@
|
|||
{#if invalid}
|
||||
<WarningFilled class="bx--file-invalid" />
|
||||
{/if}
|
||||
<Close
|
||||
<button
|
||||
aria-label="{iconDescription}"
|
||||
title="{iconDescription}"
|
||||
class="bx--file-close"
|
||||
class:bx--file-close="{true}"
|
||||
type="button"
|
||||
tabindex="0"
|
||||
{...$$restProps}
|
||||
on:click
|
||||
on:keydown
|
||||
/>
|
||||
>
|
||||
<Close />
|
||||
</button>
|
||||
{/if}
|
||||
|
||||
{#if status === "complete"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue