mirror of
https://github.com/anomalyco/opencode.git
synced 2026-08-13 06:03:28 +00:00
wip(desktop): progress
This commit is contained in:
parent
ebab7e176e
commit
62cbed57cc
1 changed files with 1 additions and 1 deletions
|
|
@ -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>({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue