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:
@@ -149,6 +149,9 @@ const LogChunk = (props: LogChunkProps) => {
|
||||
style={{
|
||||
display: expanded ? 'block' : 'none'
|
||||
}}
|
||||
onClick={(evt) => {
|
||||
evt.stopPropagation()
|
||||
}}
|
||||
>
|
||||
<div
|
||||
id={`log_container`}
|
||||
|
||||
Reference in New Issue
Block a user