Skip to content

Commit

Permalink
fix(canas): log viewer line collapse
Browse files Browse the repository at this point in the history
  • Loading branch information
leoank committed Jan 9, 2025
1 parent 0fec57c commit c70c84e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions canvas/components/custom/log-viewer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ export function LogViewer(props: TLogViewerProps) {
websocketOptions={{
reconnect: true,
reconnectWait: 5,
formatMessage: (e) => JSON.parse(e).message
}}
onScroll={onScroll}
follow={follow}
Expand Down

0 comments on commit c70c84e

Please sign in to comment.