Skip to content

Commit a61b68d

Browse files
committed
fix(web): prevent task drawer width animation
1 parent 18e2e1e commit a61b68d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/web/src/components/TaskDetail.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ export function TaskDetail({ taskId, onClose, onRefresh, onAgentClick: _onAgentC
291291
>
292292
<SheetContent
293293
showCloseButton={false}
294-
className={`overflow-hidden p-0 gap-0 transition-all duration-200 !w-[60%] max-md:!w-full ${chatOpen ? "!w-[calc(60%+3rem)]" : ""}`}
294+
className={`overflow-hidden p-0 gap-0 !w-[60%] max-md:!w-full ${chatOpen ? "!w-[calc(60%+3rem)]" : ""}`}
295295
>
296296
<SheetTitle className="sr-only">{task.title}</SheetTitle>
297297
<SheetDescription className="sr-only">Task detail panel</SheetDescription>

0 commit comments

Comments
 (0)