#
luxiaotao1123
2024-08-17 afbd08deb5101d2f2ff97f66f4388162f38860a2
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)