fix[slider]: prevent text selection while dragging handle

pull/8038/head
zerescas 2025-02-13 16:05:13 +09:00
parent 3db5e191b8
commit 31949603ab
1 changed files with 1 additions and 0 deletions

View File

@ -88,6 +88,7 @@ const genBaseStyle: GenerateStyle<SliderToken> = token => {
width: token.handleSize,
height: token.handleSize,
outline: 'none',
userSelect: 'none',
[`${componentCls}-dragging`]: {
zIndex: 1,