mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 18:31:06 +00:00
This commit is contained in:
parent
a9fe4e328b
commit
6759d3e8a0
1 changed files with 1 additions and 0 deletions
|
@ -75,6 +75,7 @@
|
|||
on:mouseleave
|
||||
on:keydown
|
||||
on:keydown="{(e) => {
|
||||
if (!step.complete) return;
|
||||
if (e.key === ' ' || e.key === 'Enter') {
|
||||
change(step.index);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue