We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e581608 commit b54ca60Copy full SHA for b54ca60
apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/chat/chat.tsx
@@ -856,8 +856,7 @@ export function Chat() {
856
>
857
<PopoverScrollArea>
858
<PopoverItem
859
- onClick={(e) => {
860
- e.stopPropagation()
+ onClick={() => {
861
if (activeWorkflowId) exportChatCSV(activeWorkflowId)
862
setMoreMenuOpen(false)
863
}}
@@ -867,8 +866,7 @@ export function Chat() {
867
866
<span>Download</span>
868
</PopoverItem>
869
870
871
872
if (activeWorkflowId) clearChat(activeWorkflowId)
873
874
0 commit comments