From 2b4287ef5c7c5a06956f9f0f8851ea1ee7a7068f Mon Sep 17 00:00:00 2001 From: xuejinglong <1041321918@qq.com> Date: Thu, 26 Jun 2025 11:23:41 +0800 Subject: [PATCH] =?UTF-8?q?fix(slider):=20fix=20slider=20last=20dot=20can?= =?UTF-8?q?=E2=80=99t=20click?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/slider/style/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/components/slider/style/index.tsx b/components/slider/style/index.tsx index c887422261..f0f1d544d4 100644 --- a/components/slider/style/index.tsx +++ b/components/slider/style/index.tsx @@ -182,6 +182,7 @@ const genBaseStyle: GenerateStyle = token => { borderRadius: '50%', cursor: 'pointer', transition: `border-color ${token.motionDurationSlow}`, + pointerEvents: 'auto', '&-active': { borderColor: token.colorPrimaryBorder,