mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 18:31:08 +08:00
Also emit story id in story rendered event.
This commit is contained in:
parent
f455ee1c84
commit
a7e4967e1f
@ -31,7 +31,7 @@ export default class StoryView extends Component<Props> {
|
||||
const { storyId } = stories.getSelection();
|
||||
|
||||
if (storyId) {
|
||||
channel.emit(Events.STORY_RENDERED);
|
||||
channel.emit(Events.STORY_RENDERED, { storyId });
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user