Skip to content

Commit

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

0 comments on commit cc27ae6

Please sign in to comment.