expose RightPanelStore in window

This commit is contained in:
Michael Telatynski 2020-08-28 10:46:29 +01:00
parent 1479690ac4
commit 8b4250c142
2 changed files with 4 additions and 0 deletions

View file

@ -223,3 +223,5 @@ export default class RightPanelStore extends Store<ActionPayload> {
return RightPanelStore.instance;
}
}
window.mxRightPanelStore = RightPanelStore.getSharedInstance();