Skip to content

Commit 74b3018

Browse files
authored
fix(slider): fix slider last dot can’t click (#8246)
1 parent 28b1c4f commit 74b3018

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/slider/style/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ const genBaseStyle: GenerateStyle<SliderToken> = token => {
182182
borderRadius: '50%',
183183
cursor: 'pointer',
184184
transition: `border-color ${token.motionDurationSlow}`,
185+
pointerEvents: 'auto',
185186

186187
'&-active': {
187188
borderColor: token.colorPrimaryBorder,

0 commit comments

Comments
 (0)