From 54e80e39a2fcd1aac012ad75156be1305e4ecc4a Mon Sep 17 00:00:00 2001 From: liangfeng_wang Date: Tue, 22 Oct 2024 16:34:14 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20[city-picker]=20=E5=8E=BB=E9=99=A4?= =?UTF-8?q?=E9=94=AE=E7=9B=98=E4=B8=8A=E4=B8=8B=E9=94=AE=E4=BB=A5=E5=8F=8A?= =?UTF-8?q?enter=E5=B1=95=E5=BC=80=E4=B8=8B=E6=8B=89=E9=9D=A2=E6=9D=BF=20?= =?UTF-8?q?=20fix=20#913?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/city-picker/city-picker.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/components/city-picker/city-picker.tsx b/components/city-picker/city-picker.tsx index 0c1419e3..25600a3a 100644 --- a/components/city-picker/city-picker.tsx +++ b/components/city-picker/city-picker.tsx @@ -449,7 +449,6 @@ const InternalSelect: React.ForwardRefRenderFunction = (props: // open if (which === KeyCode.ENTER || which === KeyCode.UP || which === KeyCode.DOWN) { e.preventDefault() - setOptionShow(true) } // up、down、enter、esc if (optionShow) {