fix: multi editor bottom cut off (#42375)
This commit is contained in:
@ -84,17 +84,13 @@ class DesktopLayout extends Component {
|
|||||||
)}
|
)}
|
||||||
|
|
||||||
<ReflexElement flex={1} {...resizeProps}>
|
<ReflexElement flex={1} {...resizeProps}>
|
||||||
|
{challengeFile && showUpcomingChanges && !hasEditableBoundries && (
|
||||||
|
<EditorTabs />
|
||||||
|
)}
|
||||||
{challengeFile && (
|
{challengeFile && (
|
||||||
<ReflexContainer key={challengeFile.key} orientation='horizontal'>
|
<ReflexContainer key={challengeFile.key} orientation='horizontal'>
|
||||||
<ReflexElement flex={1} {...reflexProps} {...resizeProps}>
|
<ReflexElement flex={1} {...reflexProps} {...resizeProps}>
|
||||||
{
|
{<Fragment>{editor}</Fragment>}
|
||||||
<Fragment>
|
|
||||||
{showUpcomingChanges && !hasEditableBoundries && (
|
|
||||||
<EditorTabs />
|
|
||||||
)}
|
|
||||||
{editor}
|
|
||||||
</Fragment>
|
|
||||||
}
|
|
||||||
</ReflexElement>
|
</ReflexElement>
|
||||||
{isConsoleDisplayable && (
|
{isConsoleDisplayable && (
|
||||||
<ReflexSplitter propagate={true} {...resizeProps} />
|
<ReflexSplitter propagate={true} {...resizeProps} />
|
||||||
|
Reference in New Issue
Block a user