1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-25 22:46:31 -04:00

Fixed: Auto-focusing Filter series import during import series

This commit is contained in:
Mark McDowall
2020-05-30 11:04:13 -07:00
parent a32b6276bd
commit 3586d7042b
2 changed files with 11 additions and 2 deletions
@@ -62,7 +62,10 @@ class SelectSeriesModalContent extends Component {
onChange={this.onFilterChange}
/>
<Scroller className={styles.scroller}>
<Scroller
className={styles.scroller}
autoFocus={false}
>
{
items.map((item) => {
return item.title.toLowerCase().includes(filter) ?