mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 16:51:09 +08:00
Update Canvas.tsx
This commit is contained in:
parent
7f179226db
commit
c69cccee1b
@ -44,7 +44,7 @@ const getPreviewProps = (
|
||||
const stories = childArray.filter(
|
||||
(c: ReactElement) => c.props && (c.props.id || c.props.name)
|
||||
) as ReactElement[];
|
||||
const { mdxComponentMeta, mdxStoryNameToKey } = docsContext;
|
||||
const { mdxComponentMeta, mdxStoryNameToKey, parameters } = docsContext;
|
||||
const targetIds = stories.map(
|
||||
(s) =>
|
||||
s.props.id ||
|
||||
@ -59,7 +59,7 @@ const getPreviewProps = (
|
||||
withSource: sourceProps,
|
||||
isExpanded: withSource
|
||||
? withSource === SourceState.OPEN
|
||||
: docsContext?.parameters?.docs?.isCodeExpanded,
|
||||
: parameters?.docs?.isCodeExpanded,
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user