mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-08 08:22:05 +08:00
Fix merge issue
This commit is contained in:
parent
6c5b216be9
commit
cee92e2236
@ -102,6 +102,7 @@ export default class StoryStore extends EventEmitter {
|
|||||||
this._revision = 0;
|
this._revision = 0;
|
||||||
this._selection = {} as any;
|
this._selection = {} as any;
|
||||||
this._error = undefined;
|
this._error = undefined;
|
||||||
|
this._channel = params.channel;
|
||||||
|
|
||||||
this.setupListeners();
|
this.setupListeners();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user