mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
Merge pull request #286 from weaseldotro/Add-onclick-to-HeaderPanelLink
Add on:click to HeaderPanelLink
This commit is contained in:
commit
853eda8031
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
</script>
|
||||
|
||||
<li class:bx--switcher__item="{true}">
|
||||
<a href="{href}" class:bx--switcher__item-link="{true}" {...$$restProps}>
|
||||
<a href="{href}" class:bx--switcher__item-link="{true}" {...$$restProps} on:click>
|
||||
<slot />
|
||||
</a>
|
||||
</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue