Skip to content
Snippets Groups Projects
Commit 3712a72c authored by Paul Kaplan's avatar Paul Kaplan
Browse files

Do not autofocus filter in libraries.

Resolves #1644
parent 1ccc5ba5
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,6 @@ const FilterComponent = props => {
src={filterIcon}
/>
<input
autoFocus
className={styles.filterInput}
placeholder={placeholderText}
type="text"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment