1
0
Fork 0
mirror of https://github.com/morpheus65535/bazarr synced 2025-01-03 05:25:28 +00:00

Fix path mapping issues

This commit is contained in:
LASER-Yi 2023-06-20 23:57:39 +08:00
parent 4921c55bf0
commit ab3c171483
No known key found for this signature in database

View file

@ -83,6 +83,9 @@ export const FileBrowser: FunctionComponent<FileBrowserProps> = ({
placeholder="Click to start" placeholder="Click to start"
data={data} data={data}
value={value} value={value}
// Temporary solution of infinite dropdown items, fix later
limit={NaN}
maxDropdownHeight={240}
filter={(value, item) => { filter={(value, item) => {
if (item.value === backKey) { if (item.value === backKey) {
return true; return true;