Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Prowlarr/commit/487546d6f312e0427abfe99297a9c4a51e1bdb5f You should set ROOT_URL correctly, otherwise the web may not work correctly.

Cherry pick from PR 4784 to disable autofocus on table scroller

pull/2/head
nitsua 5 years ago committed by Qstick
parent 9f925a5dbd
commit 487546d6f3

@ -52,6 +52,7 @@ function Table(props) {
scrollDirections.HORIZONTAL :
scrollDirections.NONE
}
autoFocus={false}
>
<table className={className}>
<TableHeader>

Loading…
Cancel
Save