From 9adbc5746ecab072412d496d2d53c3b2013e4346 Mon Sep 17 00:00:00 2001 From: Zhang Qianze Date: Sun, 25 Aug 2024 12:09:25 +0800 Subject: [PATCH] fix: remove comments --- .../flow/nodes/propertySection/item/index.tsx | 39 ------------------- 1 file changed, 39 deletions(-) diff --git a/src/components/editor/flow/nodes/propertySection/item/index.tsx b/src/components/editor/flow/nodes/propertySection/item/index.tsx index c71a253..f126209 100644 --- a/src/components/editor/flow/nodes/propertySection/item/index.tsx +++ b/src/components/editor/flow/nodes/propertySection/item/index.tsx @@ -101,19 +101,6 @@ const CustomInput = (CustomInputProps: CustomInputProps) => { onChange={onChange} onBlur={onBlur} > - // return - // - // } else if (inputType === "number") { return { onChange={onChange} onBlur={onBlur} > - // return ( - // - // - // - // ) } else if (inputType === "boolean") { return - // return ( - // - // - // - // - // ) } }