add back aoe event post merge

This commit is contained in:
Mashy
2019-12-10 23:24:18 +10:00
parent b1cb2cec37
commit 279ab5795e
3 changed files with 38 additions and 23 deletions
+1
View File
@@ -90,6 +90,7 @@ function registerEvents(store) {
console.log(newRes);
return eachSeries(newRes, (r, cb) => {
const timeout = r.delay;
if (timeout === 0) return cb(); // TargetKo etc
setAnimations(r, store);
return setTimeout(cb, timeout);
}, err => {