fix: allow @ file selection during search debounce (#626)
Co-authored-by: Letta <noreply@letta.com>
This commit is contained in:
@@ -68,7 +68,6 @@ export function FileAutocomplete({
|
||||
maxVisible: 10,
|
||||
onSelect: onSelect ? (item) => onSelect(item.path) : undefined,
|
||||
manageActiveState: false, // We manage active state manually due to async loading
|
||||
disabled: isLoading,
|
||||
});
|
||||
|
||||
useEffect(() => {
|
||||
|
||||
Reference in New Issue
Block a user