expose RightPanelStore in window
This commit is contained in:
parent
1479690ac4
commit
8b4250c142
2 changed files with 4 additions and 0 deletions
|
@ -223,3 +223,5 @@ export default class RightPanelStore extends Store<ActionPayload> {
|
|||
return RightPanelStore.instance;
|
||||
}
|
||||
}
|
||||
|
||||
window.mxRightPanelStore = RightPanelStore.getSharedInstance();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue