mirror of
https://github.com/wassname/talk.git
synced 2026-07-19 11:28:50 +08:00
No shared store between popup and embed
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user