From 64b156f7627969b7f13022726f984fbbfe1a33ef Mon Sep 17 00:00:00 2001 From: Yury Shkoda Date: Fri, 28 Apr 2023 13:30:25 +0300 Subject: [PATCH] fix(log): fixed chunk collapsing --- web/src/containers/Studio/internal/components/log/logChunk.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/web/src/containers/Studio/internal/components/log/logChunk.tsx b/web/src/containers/Studio/internal/components/log/logChunk.tsx index 3f6b936..7a6caff 100644 --- a/web/src/containers/Studio/internal/components/log/logChunk.tsx +++ b/web/src/containers/Studio/internal/components/log/logChunk.tsx @@ -149,6 +149,9 @@ const LogChunk = (props: LogChunkProps) => { style={{ display: expanded ? 'block' : 'none' }} + onClick={(evt) => { + evt.stopPropagation() + }} >