Skip to content

Commit

Permalink
Merge pull request #31773 from dukenv0307/fix/31147
Browse files Browse the repository at this point in the history
Prevent disable cursor when on pressing
  • Loading branch information
Li357 authored Nov 27, 2023
2 parents f358354 + e6eb4c0 commit 61ed900
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/OptionRow.js
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ function OptionRow(props) {
styles.alignItemsCenter,
styles.justifyContentBetween,
styles.sidebarLink,
!props.isDisabled && styles.cursorPointer,
props.shouldDisableRowInnerPadding ? null : styles.sidebarLinkInner,
props.optionIsFocused ? styles.sidebarLinkActive : null,
props.shouldHaveOptionSeparator && styles.borderTop,
Expand Down

0 comments on commit 61ed900

Please sign in to comment.