From b6718acbdc5943e8e0b4e1838f2408a8a7b6dfac Mon Sep 17 00:00:00 2001 From: hisoka0728 <1399952343@qq.com> Date: Fri, 12 Aug 2022 13:18:39 +0000 Subject: [PATCH] =?UTF-8?q?update=20src/components/control/app-common-cont?= =?UTF-8?q?rol/app-tree-exp-bar-base.tsx.=20update:=E6=90=9C=E7=B4=A2?= =?UTF-8?q?=E5=86=85=E5=AE=B9=E5=8E=BB=E9=99=A4=E5=89=8D=E5=90=8E=E7=A9=BA?= =?UTF-8?q?=E6=A0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: hisoka0728 <1399952343@qq.com> --- .../control/app-common-control/app-tree-exp-bar-base.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/control/app-common-control/app-tree-exp-bar-base.tsx b/src/components/control/app-common-control/app-tree-exp-bar-base.tsx index 7384eea..d49d7b6 100644 --- a/src/components/control/app-common-control/app-tree-exp-bar-base.tsx +++ b/src/components/control/app-common-control/app-tree-exp-bar-base.tsx @@ -182,7 +182,7 @@ export class AppTreeExpBarBase extends TreeExpBarControlBase { { - this.searchText = $event.target.value; + this.searchText = $event.target.value.trim(); }} placeholder={this.placeholder} on-on-search={() => this.onSearch()} -- Gitee