From f796e7eafa31161a9ec77888d38ca8434210bcd6 Mon Sep 17 00:00:00 2001 From: Jay <1598353326@qq.com> Date: Thu, 1 Sep 2022 14:41:33 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20input=20text=20shakes=20in=20React18=20?= =?UTF-8?q?=EF=BC=88#462=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/panels/PanelBody.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/panels/PanelBody.tsx b/src/panels/PanelBody.tsx index fce93d478..e8aa4b43c 100644 --- a/src/panels/PanelBody.tsx +++ b/src/panels/PanelBody.tsx @@ -103,7 +103,7 @@ export default function PanelBody({ }} onMouseLeave={() => { if (!disabled && onDateMouseLeave) { - onDateMouseLeave(currentDate); + onDateMouseLeave(false); } }} >