choo: fix model trigger ordering
This commit is contained in:
@@ -120,7 +120,7 @@ function bootstrap (events) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (effects[action.type]) {
|
if (effects[action.type]) {
|
||||||
effects[action.type](action, state, send)
|
effects[action.type](action, newState || state, send)
|
||||||
newState = newState || state
|
newState = newState || state
|
||||||
_effects = true
|
_effects = true
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user