No shared store between popup and embed

This commit is contained in:
Chi Vinh Le
2017-05-30 01:08:45 +07:00
parent 1acf58182f
commit 68f6c8acb6
-3
View File
@@ -34,9 +34,6 @@ export function getStore() {
if (window.coralStore) {
return window.coralStore;
}
if (window.opener && window.opener.coralStore) {
return window.opener.coralStore;
}
const coralReducers = {
...mainReducer,