mirror of
https://github.com/morpheus65535/bazarr
synced 2024-12-22 15:54:26 +00:00
Disabled autoscroll to top for underlying window after manual search. #2285
This commit is contained in:
parent
f71b8931e3
commit
f95db43a2f
1 changed files with 1 additions and 0 deletions
|
@ -211,6 +211,7 @@ function ManualSearchView<T extends SupportType>(props: Props<T>) {
|
|||
</Alert>
|
||||
<Collapse in={haveResult && !results.isFetching}>
|
||||
<PageTable
|
||||
autoScroll={false}
|
||||
tableStyles={{ emptyText: "No result", placeholder: 10 }}
|
||||
columns={columns}
|
||||
data={results.data ?? []}
|
||||
|
|
Loading…
Reference in a new issue