mirror of
https://github.com/Radarr/Radarr
synced 2024-12-28 10:51:48 +00:00
Cherry pick from PR 4784 to disable autofocus on table scroller
This commit is contained in:
parent
9f925a5dbd
commit
487546d6f3
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@ function Table(props) {
|
||||||
scrollDirections.HORIZONTAL :
|
scrollDirections.HORIZONTAL :
|
||||||
scrollDirections.NONE
|
scrollDirections.NONE
|
||||||
}
|
}
|
||||||
|
autoFocus={false}
|
||||||
>
|
>
|
||||||
<table className={className}>
|
<table className={className}>
|
||||||
<TableHeader>
|
<TableHeader>
|
||||||
|
|
Loading…
Reference in a new issue