Skip to content
This repository was archived by the owner on Sep 26, 2022. It is now read-only.

Commit c03ca2f

Browse files
feat(Tab): forward click event
1 parent 4b2e90a commit c03ca2f

File tree

1 file changed

+1
-0
lines changed
  • packages/svelte-materialify/src/components/Tabs

1 file changed

+1
-0
lines changed

packages/svelte-materialify/src/components/Tabs/Tab.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
class:active
4848
use:Class={[active && activeClass]}
4949
on:click={selectTab}
50+
on:click
5051
use:Ripple={ripple}>
5152
<slot />
5253
</button>

0 commit comments

Comments
 (0)