From 9cc1b8335720555804d823fc455a46675c007674 Mon Sep 17 00:00:00 2001 From: fanxb Date: Sun, 2 Feb 2020 00:00:45 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E6=90=9C=E7=B4=A2=E6=A1=86=E5=8E=BB?= =?UTF-8?q?=E6=8E=89clear=E6=8C=89=E9=92=AE=EF=BC=8C=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E7=82=B9=E5=87=BBclear=E8=B7=B3=E8=BD=AC=E7=BD=91=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/src/components/Search/index.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/front/src/components/Search/index.jsx b/front/src/components/Search/index.jsx index 7185db3..c4656f5 100644 --- a/front/src/components/Search/index.jsx +++ b/front/src/components/Search/index.jsx @@ -200,7 +200,6 @@ class Search extends React.Component { value={content} placeholder={currentOptionIndex === 0 ? "检索我的书签" : "搜索"} enterButton - allowClear onSearch={this.enter.bind(this)} onChange={this.contentChange.bind(this)} onKeyDown={this.keyUp.bind(this)}