fix(tui): merge tool shelves in transcript
This commit is contained in:
parent
cf8439263a
commit
cee4036e8b
@ -28,7 +28,9 @@ const TranscriptPane = memo(function TranscriptPane({
|
||||
|
||||
return (
|
||||
<>
|
||||
<LiveTodoPanel />
|
||||
<Box flexDirection="column" flexShrink={0}>
|
||||
<LiveTodoPanel />
|
||||
</Box>
|
||||
|
||||
<ScrollBox flexDirection="column" flexGrow={1} flexShrink={1} ref={transcript.scrollRef} stickyScroll>
|
||||
<Box flexDirection="column" paddingX={1}>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user