fix(tui): normalize autocomplete attachments

This commit is contained in:
Dax Raad
2026-06-23 21:41:14 -04:00
parent f8c9bfd454
commit 53076999c5
2 changed files with 5 additions and 17 deletions
@@ -261,7 +261,7 @@ export function Autocomplete(props: {
filename,
part: {
type: "file" as const,
mime: item.mime,
mime: item.type === "directory" ? "application/x-directory" : "text/plain",
filename,
url: urlObj.href,
source: {