Fix path mapping issues

pull/2182/head v1.2.2-beta.22
LASER-Yi 1 year ago
parent 4921c55bf0
commit ab3c171483
No known key found for this signature in database

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

Loading…
Cancel
Save