fix(progress-step): forward click event

This commit is contained in:
Eric Liu 2020-09-14 06:43:27 -07:00
commit 6cb877ede1
2 changed files with 5 additions and 1 deletions

View file

@ -77,6 +77,7 @@
tabindex="{!current && !disabled ? '0' : '-1'}"
class:bx--progress-step-button="{true}"
class:bx--progress-step-button--unclickable="{current}"
on:click
on:click="{() => {
change(step.index);
}}"