Fix SetInterval Bug

This commit is contained in:
ckcz123 2018-02-25 13:55:10 +08:00
parent be2696c406
commit cdf8d6ccff

View File

@ -1570,7 +1570,7 @@ core.prototype.setAutomaticRoute = function (destX, destY, stepPostfix) {
}
}
core.status.automaticRoute.moveDirectly = false;
}, 100);
}, 200);
}
return;
}