Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: del ifelse node edge #1486

Closed
wants to merge 1 commit into from

Conversation

newfish-cmyk
Copy link
Collaborator

No description provided.

@@ -109,6 +111,13 @@ const ListItem = ({
color={'myGray.400'}
onClick={() => {
onUpdateIfElseList(ifElseList.filter((_, index) => index !== conditionIndex));

for (let i = conditionIndex; i <= ifElseList.length; i++) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

需要删完么

@c121914yu
Copy link
Collaborator

这个我改掉了
image

@c121914yu c121914yu closed this May 14, 2024
@newfish-cmyk newfish-cmyk deleted the fix-ifelse-edge branch July 10, 2024 10:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants