Skip to content

Commit

Permalink
fix: delete useless code
Browse files Browse the repository at this point in the history
  • Loading branch information
ProfBramble committed Aug 12, 2020
1 parent 04cd527 commit fcc0b4a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/multiSearchInput/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ class MultiSearchInput extends React.Component<MultiSearchInputProps, any> {
onChange(e.target.value);
}}
onPressEnter={(e: any) => {
console.log('执行了')
onSearch(e.target.value, searchType);
}}
/>
Expand Down

0 comments on commit fcc0b4a

Please sign in to comment.