From 26eff330f90969bb46bc49d6300ffc212a09c145 Mon Sep 17 00:00:00 2001 From: Ricky <5317425+rickythink@users.noreply.github.com> Date: Fri, 12 Jan 2024 14:36:56 +0800 Subject: [PATCH] fix: chat log wont show up (#2007) --- web/app/components/app/chat/log/index.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/web/app/components/app/chat/log/index.tsx b/web/app/components/app/chat/log/index.tsx index 0d7e216ee2..23cc81da90 100644 --- a/web/app/components/app/chat/log/index.tsx +++ b/web/app/components/app/chat/log/index.tsx @@ -46,7 +46,11 @@ const Log: FC = ({ `}>
setShowModal(true)} + onClick={(e) => { + e.stopPropagation() + setShowModal(true) + } + } >