From cdf8d6ccff2031836e5c7d770d1034b1867109e2 Mon Sep 17 00:00:00 2001 From: ckcz123 Date: Sun, 25 Feb 2018 13:55:10 +0800 Subject: [PATCH] Fix SetInterval Bug --- libs/core.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/core.js b/libs/core.js index f4fb69c5..df506406 100644 --- a/libs/core.js +++ b/libs/core.js @@ -1570,7 +1570,7 @@ core.prototype.setAutomaticRoute = function (destX, destY, stepPostfix) { } } core.status.automaticRoute.moveDirectly = false; - }, 100); + }, 200); } return; }