chore(deps): bump carbon-icons-svelte to ^10.8.1

Forward keydown event to Filename icon
This commit is contained in:
Eric Liu 2019-12-29 16:21:54 -08:00
commit b1688e9561
3 changed files with 5 additions and 6 deletions

View file

@ -22,7 +22,6 @@
{#if invalid}
<WarningFilled16 class={cx('--file-invalid')} />
{/if}
<!-- TODO: forward keydown event to Svelte icon -->
<Close16
class={cx('--file-close', className)}
aria-label={iconDescription}