wip(desktop): progress

pull/5300/head
Adam 2025-12-09 15:55:08 -06:00
parent ebab7e176e
commit 62cbed57cc
No known key found for this signature in database
GPG Key ID: 9CB48779AF150E75
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ export const PromptInput: Component<PromptInputProps> = (props) => {
const handleFileSelect = (path: string | undefined) => {
if (!path) return
addPart({ type: "file", path, content: "@" + getFilename(path), start: 0, end: 0 })
addPart({ type: "file", path, content: "@" + path, start: 0, end: 0 })
}
const { flat, active, onInput, onKeyDown, refetch } = useFilteredList<string>({