Skip to content

Commit 331094f

Browse files
committed
Add button type
1 parent cba9873 commit 331094f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,7 @@ Returns an object like:
334334
<Overflow.Indicator direction="down">
335335
{(canScroll, refs) => (
336336
<button
337+
type="button"
337338
onClick={() => {
338339
refs.viewport.current.scrollBy({
339340
top: refs.viewport.current.clientHeight,

0 commit comments

Comments
 (0)