diff --git a/apps/web/components/chat/index.tsx b/apps/web/components/chat/index.tsx index c78df7f7..787060a6 100644 --- a/apps/web/components/chat/index.tsx +++ b/apps/web/components/chat/index.tsx @@ -1229,7 +1229,7 @@ export function ChatSidebar({ activeElement?.closest('[contenteditable="true"]') if ( - e.key.toLowerCase() === "t" && + e.key?.toLowerCase() === "t" && !e.metaKey && !e.ctrlKey && !e.altKey &&