#
luxiaotao1123
2024-08-14 a561c91ea99f11f2720e13dbe25b2eb32770bf8e
#
1个文件已修改
2 ■■■ 已修改文件
src/components/agv.jsx 2 ●●● 补丁 | 查看 | 原始文档 | 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)