Skip to content

Commit

Permalink
fix:readonly改为disable
Browse files Browse the repository at this point in the history
  • Loading branch information
昔梦 committed Jan 15, 2025
1 parent 35994bb commit b81aef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/x-flow/src/components/NodeEditor/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ const NodeEditor: FC<INodeEditorProps> = (props: any) => {
widgets={widgets}
watch={watch}
size={'small'}
readOnly={readOnly}
disabled={readOnly}
/>
);
} else if (CustomSettingWidget) {
Expand Down

0 comments on commit b81aef1

Please sign in to comment.