1
0
Fork 0
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:
JayZed 2024-02-26 06:33:06 -05:00 committed by GitHub
parent f71b8931e3
commit f95db43a2f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 ?? []}