mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 19:11:08 +08:00
Added comments in the story store
This commit is contained in:
parent
e062493248
commit
4b864ffce5
@ -90,9 +90,12 @@ export default class StoryStore extends EventEmitter {
|
||||
this._error = error === undefined ? this._error : error;
|
||||
|
||||
setTimeout(() => {
|
||||
// preferred method to emit event.
|
||||
if (this._channel) {
|
||||
this._channel.emit(Events.STORY_RENDER);
|
||||
}
|
||||
|
||||
// should be deprecated in future.
|
||||
this.emit(Events.STORY_RENDER);
|
||||
}, 1);
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user