From 7d4d5fe5be9e4f3e74fc09fe91964b6f8d20efaa Mon Sep 17 00:00:00 2001 From: liuxingyun Date: Mon, 6 May 2024 18:56:02 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20fixed=20input=20clear=20b?= =?UTF-8?q?ug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/input/index.tsx | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/input/index.tsx b/components/input/index.tsx index 0890a3e1..9cefc05a 100644 --- a/components/input/index.tsx +++ b/components/input/index.tsx @@ -50,7 +50,7 @@ export default class Input extends React.PureComponent { this.setState({ isFocus: false, }) - }, 0) + }, 100) setTimeout(() => { const ele = evt.target diff --git a/package.json b/package.json index 76c6c3ef..43978901 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auto-ui", - "version": "2.4.63", + "version": "2.4.64", "description": "auto ui components", "main": "es/index", "typings": "es/index",