REMOVE commented code

This commit is contained in:
Norbert de Langen 2018-07-25 23:49:27 +02:00
parent 13a51406ae
commit 0ecf5bfd0c
No known key found for this signature in database
GPG Key ID: 976651DA156C2825

View File

@ -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',