Skip to content

Commit

Permalink
fix(list): Pass disableEnterClick in ListItem
Browse files Browse the repository at this point in the history
  • Loading branch information
mlaursen committed Jan 18, 2022
1 parent 1e544d0 commit b5e8b69
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/list/src/ListItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ export const ListItem = forwardRef<HTMLLIElement, ListItemProps>(
disableRipple = false,
disableProgrammaticRipple = false,
disablePressedFallback = false,
disableEnterClick,
rippleTimeout,
rippleClassNames,
rippleClassName,
Expand All @@ -66,6 +67,7 @@ export const ListItem = forwardRef<HTMLLIElement, ListItemProps>(
rippleContainerClassName,
disableSpacebarClick,
disablePressedFallback,
disableEnterClick,
});

const height = getListItemHeight({
Expand Down

0 comments on commit b5e8b69

Please sign in to comment.