diff --git a/apps/web/src/components/tables/files-table.tsx b/apps/web/src/components/tables/files-table.tsx index d31442c..bf9bd06 100644 --- a/apps/web/src/components/tables/files-table.tsx +++ b/apps/web/src/components/tables/files-table.tsx @@ -330,7 +330,13 @@ export function FilesTable({
- + { + e.stopPropagation(); + onPreview(file); + }} + />
setHoveredField({ fileId: file.id, field: "name" })} diff --git a/apps/web/src/components/ui/textarea.tsx b/apps/web/src/components/ui/textarea.tsx index 433a3ff..ab85b13 100644 --- a/apps/web/src/components/ui/textarea.tsx +++ b/apps/web/src/components/ui/textarea.tsx @@ -10,7 +10,7 @@ const Textarea = React.forwardRef(({ classNa return (