浏览代码

cleaning code

Pamela Wolf 4 年之前
父节点
当前提交
3686078918
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      inspector/src/components/actionTabs/lines/floatLineComponent.tsx

+ 2 - 2
inspector/src/components/actionTabs/lines/floatLineComponent.tsx

@@ -18,8 +18,8 @@ interface IFloatLineComponentProps {
     step?: string,
     digits?: number;
     useEuler?: boolean;
-    min?: number
-    max?: number
+    min?: number;
+    max?: number;
     smallUI?: boolean;
     onEnter?: (newValue:number) => void;
 }