expose RightPanelStore in window
This commit is contained in:
@@ -223,3 +223,5 @@ export default class RightPanelStore extends Store<ActionPayload> {
|
||||
return RightPanelStore.instance;
|
||||
}
|
||||
}
|
||||
|
||||
window.mxRightPanelStore = RightPanelStore.getSharedInstance();
|
||||
|
||||
Reference in New Issue
Block a user