mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-18 05:02:24 +08:00
REMOVE commented code
This commit is contained in:
parent
13a51406ae
commit
0ecf5bfd0c
@ -91,19 +91,6 @@ const AddonPanelWrapper = styled('div')(
|
||||
})
|
||||
);
|
||||
|
||||
// const resizerStyles = (isShown, isVert) => ({
|
||||
// cursor: isShown ? (isVert ? 'col-resize' : 'row-resize') : undefined,
|
||||
// height: isVert ? 'auto' : 10,
|
||||
// width: isVert ? 10 : '100%',
|
||||
// zIndex: 1,
|
||||
// });
|
||||
|
||||
// const storiesResizerStyle = (showStoriesPanel, storiesPanelOnTop) =>
|
||||
// resizerStyles(showStoriesPanel, !storiesPanelOnTop);
|
||||
|
||||
// const addonResizerStyle = (showAddonPanel, addonPanelInRight) =>
|
||||
// resizerStyles(showAddonPanel, addonPanelInRight);
|
||||
|
||||
const ContentPanel = styled('div')(
|
||||
({ addonPanelInRight, storiesPanelOnTop, theme: { layoutMargin } }) => ({
|
||||
position: 'absolute',
|
||||
|
Loading…
x
Reference in New Issue
Block a user