From fea70a369378e61b2229f5080355bf24385aa04f Mon Sep 17 00:00:00 2001 From: yelog Date: Wed, 18 Jun 2025 18:42:01 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20Select=E7=BB=84=E4=BB=B6=E7=94=A8tagRend?= =?UTF-8?q?er=E6=8F=92=E6=A7=BD=E6=B8=B2=E6=9F=93=EF=BC=8C=E7=82=B9?= =?UTF-8?q?=E5=87=BB=E8=AF=A5=E9=83=A8=E5=88=86=E4=B8=8D=E4=BC=9A=E6=89=93?= =?UTF-8?q?=E5=BC=80=E4=B8=8B=E6=8B=89=E5=88=97=E8=A1=A8=20#8132?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/vc-select/Selector/MultipleSelector.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/vc-select/Selector/MultipleSelector.tsx b/components/vc-select/Selector/MultipleSelector.tsx index bcd76d7d16..678781f5d3 100644 --- a/components/vc-select/Selector/MultipleSelector.tsx +++ b/components/vc-select/Selector/MultipleSelector.tsx @@ -151,7 +151,7 @@ const SelectSelector = defineComponent({ ) { const onMouseDown = (e: MouseEvent) => { onPreventMouseDown(e); - props.onToggleOpen(!open); + props.onToggleOpen(!props.open); }; let originData = option; // For TreeSelect