Skip to content

Commit

Permalink
Merge pull request #30 from georgetown-cset/22-fix-unintentional-sort…
Browse files Browse the repository at this point in the history
…ing-when-adjusting-slider

Stop triggering table sort when adjusting filter slider
  • Loading branch information
niharikasingh authored Jul 27, 2023
2 parents f4cc346 + 4c598a6 commit 2186c96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/gui-v2/src/components/HeaderSlider.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ const HeaderSlider = ({
<Slider
css={styles.slider}
onChange={(newVal) => setValueInternal(newVal.target.value)}
onClick={(event) => event.stopPropagation()}
size="small"
value={valueInternal}
valueLabelDisplay="auto"
Expand Down

0 comments on commit 2186c96

Please sign in to comment.