1
0
mirror of https://github.com/sasjs/server.git synced 2025-12-10 19:34:34 +00:00

fix(log): fixed chunk collapsing

This commit is contained in:
Yury Shkoda
2023-04-28 13:30:25 +03:00
parent 9c5acd6de3
commit 64b156f762

View File

@@ -149,6 +149,9 @@ const LogChunk = (props: LogChunkProps) => {
style={{
display: expanded ? 'block' : 'none'
}}
onClick={(evt) => {
evt.stopPropagation()
}}
>
<div
id={`log_container`}