Skip to content

Commit cd66e8e

Browse files
committed
Test column reset
1 parent f3c6e19 commit cd66e8e

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/components/ResizableLayout/ResizableComponents.tsx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -253,15 +253,15 @@ export const CollapsableResizableColumn = ({
253253
return <>{splashIcon}</>;
254254
}
255255

256-
if (children.length === 1) {
257-
return (
258-
<StyledVertContiner bgColor={theme.palette?.background}>
259-
<StyledVertFillerContiner bgColor={theme.palette?.background}>
260-
{children[0]}
261-
</StyledVertFillerContiner>
262-
</StyledVertContiner>
263-
);
264-
}
256+
// if (children.length === 1) {
257+
// return (
258+
// <StyledVertContiner bgColor={theme.palette?.background}>
259+
// <StyledVertFillerContiner bgColor={theme.palette?.background}>
260+
// {children[0]}
261+
// </StyledVertFillerContiner>
262+
// </StyledVertContiner>
263+
// );
264+
// }
265265

266266
return (
267267
<StyledVertContiner bgColor={theme.palette?.background}>

0 commit comments

Comments
 (0)