From 632afaf0f9559a5897b8f2cd7bee786463ae1ad6 Mon Sep 17 00:00:00 2001 From: windy <1374721899@qq.com> Date: Mon, 22 Nov 2021 11:24:38 +0800 Subject: [PATCH] =?UTF-8?q?BI-96744=20fix:=20=E5=BF=AB=E9=80=9F=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E7=BC=96=E8=BE=91=E6=A1=86=E5=80=BCblur=E6=AF=94keydo?= =?UTF-8?q?wn=E5=85=88=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/base/single/input/input.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/base/single/input/input.js b/src/base/single/input/input.js index 31c1ea296..44605fc78 100644 --- a/src/base/single/input/input.js +++ b/src/base/single/input/input.js @@ -33,10 +33,7 @@ BI.Input = BI.inherit(BI.Single, { "leading": true, "trailing": false }); - this._blurDebounce = BI.debounce(BI.bind(this._blur, this), BI.EVENT_RESPONSE_TIME, { - "leading": true, - "trailing": false - }); + this._blurDebounce = BI.debounce(BI.bind(this._blur, this), BI.EVENT_RESPONSE_TIME); this.element .keydown(function (e) { inputEventValid = false;