Skip to content

Commit

Permalink
fix(log): fixed chunk collapsing
Browse files Browse the repository at this point in the history
  • Loading branch information
YuryShkoda committed Apr 28, 2023
1 parent 9c5acd6 commit 64b156f
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,9 @@ const LogChunk = (props: LogChunkProps) => {
style={{
display: expanded ? 'block' : 'none'
}}
onClick={(evt) => {
evt.stopPropagation()
}}
>
<div
id={`log_container`}
Expand Down

0 comments on commit 64b156f

Please sign in to comment.