Skip to content

Commit 4a7e9f6

Browse files
author
昔梦
committed
fix:删除注释
1 parent 24b5868 commit 4a7e9f6

File tree

1 file changed

+0
-1
lines changed
  • packages/x-flow/src/components/NodeEditor

1 file changed

+0
-1
lines changed

packages/x-flow/src/components/NodeEditor/index.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,6 @@ const NodeEditor: FC<INodeEditorProps> = forwardRef((props, ref) => {
156156
size={'small'}
157157
readOnly={readOnly}
158158
onMount={() => {
159-
// 传递默认值
160159
const initialValues = form.getValues();
161160
handleNodeValueChange(initialValues);
162161
}}

0 commit comments

Comments
 (0)