Co-authored-by: Jacob Richman <jacob314@gmail.com>
This commit is contained in:
parent
dcb9381138
commit
64767c52fe
|
@ -751,14 +751,16 @@ const App = ({ config, settings, startupWarnings = [] }: AppProps) => {
|
|||
|
||||
{showErrorDetails && (
|
||||
<OverflowProvider>
|
||||
<DetailedMessagesDisplay
|
||||
messages={filteredConsoleMessages}
|
||||
maxHeight={
|
||||
constrainHeight ? debugConsoleMaxHeight : undefined
|
||||
}
|
||||
width={inputWidth}
|
||||
/>
|
||||
<ShowMoreLines constrainHeight={constrainHeight} />
|
||||
<Box flexDirection="column">
|
||||
<DetailedMessagesDisplay
|
||||
messages={filteredConsoleMessages}
|
||||
maxHeight={
|
||||
constrainHeight ? debugConsoleMaxHeight : undefined
|
||||
}
|
||||
width={inputWidth}
|
||||
/>
|
||||
<ShowMoreLines constrainHeight={constrainHeight} />
|
||||
</Box>
|
||||
</OverflowProvider>
|
||||
)}
|
||||
|
||||
|
|
Loading…
Reference in New Issue