zy-acs-flow/src/map/tool.js
@@ -555,6 +555,9 @@ // diff let rotationDifference = targetRotation - currentRotation; if (rotationDifference === 0) { return; } rotationDifference = ((rotationDifference + Math.PI) % (2 * Math.PI)) - Math.PI; // destination