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 => { ...@@ -25,7 +25,6 @@ const FilterComponent = props => {
src={filterIcon} src={filterIcon}
/> />
<input <input
autoFocus
className={styles.filterInput} className={styles.filterInput}
placeholder={placeholderText} placeholder={placeholderText}
type="text" type="text"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment