diff --git a/packages/x-flow/src/components/NodeEditor/index.tsx b/packages/x-flow/src/components/NodeEditor/index.tsx index 3e0329770..d5f48efcc 100644 --- a/packages/x-flow/src/components/NodeEditor/index.tsx +++ b/packages/x-flow/src/components/NodeEditor/index.tsx @@ -135,7 +135,7 @@ const NodeEditor: FC = (props: any) => { widgets={widgets} watch={watch} size={'small'} - readOnly={readOnly} + disabled={readOnly} /> ); } else if (CustomSettingWidget) {