mirror of
https://github.com/wassname/talk.git
synced 2026-07-02 18:49:28 +08:00
No redux prefix
This commit is contained in:
@@ -59,7 +59,7 @@ if (!window.opener) {
|
||||
return;
|
||||
}
|
||||
|
||||
eventEmitter.emit(`redux.action.${action.type}`, {action});
|
||||
eventEmitter.emit(`action.${action.type}`, {action});
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user