expose RightPanelStore in window

This commit is contained in:
Michael Telatynski
2020-09-03 15:04:49 +01:00
parent 1479690ac4
commit 8b4250c142
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -223,3 +223,5 @@ export default class RightPanelStore extends Store<ActionPayload> {
return RightPanelStore.instance;
}
}
window.mxRightPanelStore = RightPanelStore.getSharedInstance();