Fix not being able to search for the letter 'f'

This commit is contained in:
2024-11-14 17:56:01 +01:00
parent 9a4d9a5d9b
commit e293c875b5
3 changed files with 20 additions and 5 deletions

View File

@@ -260,6 +260,8 @@ export const fs_node_type = (node: FSNode) => {
return "pdf"
} else if (
node.file_type === "application/json" ||
node.file_type === "application/x-yaml" ||
node.file_type === "application/x-shellscript" ||
node.file_type.startsWith("text")
) {
return "text"