src/components/agv.jsx
@@ -175,7 +175,7 @@ const store = useStore(); useEffect(() => { if (store.autoCruise && agvNo === '1') { if (store.autoCruise && agvNo === store.cruiseAgvNo) { // store.lookAt = groupPos; store.lookAt.x = groupPos.x; @@ -220,7 +220,7 @@ } // loader height if (loaderHeight !== height && props.height !== null) { if (loaderHeight !== height && props.height !== null && props.height > 1) { new TWEEN.Tween({ value: loaderHeight }) .to({ value: height }, INTERVAL_TIME) .easing(TWEEN.Easing.Linear.None)