mirror of
https://github.com/sasjs/server.git
synced 2025-12-11 19:44:35 +00:00
fix(log): fixed chunk collapsing
This commit is contained in:
@@ -149,6 +149,9 @@ const LogChunk = (props: LogChunkProps) => {
|
|||||||
style={{
|
style={{
|
||||||
display: expanded ? 'block' : 'none'
|
display: expanded ? 'block' : 'none'
|
||||||
}}
|
}}
|
||||||
|
onClick={(evt) => {
|
||||||
|
evt.stopPropagation()
|
||||||
|
}}
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
id={`log_container`}
|
id={`log_container`}
|
||||||
|
|||||||
Reference in New Issue
Block a user