fix: allow @ file selection during search debounce (#626)

Co-authored-by: Letta <noreply@letta.com>
This commit is contained in:
Kian Jones
2026-01-21 21:42:45 -08:00
committed by GitHub
parent 9123480b5d
commit e3a0e49d3d

View File

@@ -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(() => {