Fix bug where Sidebar input refreshed on 'Enter' (#7342)

Fix bug where Sidebar input refreshed on 'Enter'
This commit is contained in:
Michael Shilman 2019-07-10 10:32:55 +08:00 committed by GitHub
commit 438699b060
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -104,6 +104,7 @@ export const PureSidebarSearch = ({ focussed, onSetFocussed, className, onChange
focussed={focussed}
className={className}
onReset={() => onChange('')}
onSubmit={e => e.preventDefault()}
>
<FilterField
type="text"