mirror of
https://github.com/wassname/talk.git
synced 2026-08-17 11:27:52 +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