Skip to content

Commit 6c38149

Browse files
committed
fix #140
1 parent c4152b0 commit 6c38149

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/components/Layout/ScrollCardsNavigator.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ export const ScrollCardsNavigator = () => {
2727
scrollTo('left')
2828
} else if (e.key === 'ArrowRight') {
2929
scrollTo('right')
30+
} else if (e.key === 'Tab') {
31+
e.preventDefault()
32+
e.stopPropagation()
3033
}
3134
}, [])
3235

0 commit comments

Comments
 (0)