Add on:click to HeaderPanelLink

This commit is contained in:
weaseldotro 2020-09-26 20:08:17 +03:00 committed by GitHub
commit 34aba7947e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,7 @@
</script> </script>
<li class:bx--switcher__item="{true}"> <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 /> <slot />
</a> </a>
</li> </li>