feat(ui-shell): forward click event to HeaderActionLink (#1797)

Closes #1796
This commit is contained in:
Michael Greminger 2023-08-26 12:17:05 -05:00 committed by GitHub
commit e5675eb203
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 3 deletions

View file

@ -25,6 +25,7 @@
href="{href}"
rel="{$$restProps.target === '_blank' ? 'noopener noreferrer' : undefined}"
{...$$restProps}
on:click
>
<slot name="icon">
<svelte:component this="{icon}" size="{20}" />