src/components/agv.jsx | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/components/agv.jsx
@@ -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)