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) + } + } >