-
Notifications
You must be signed in to change notification settings - Fork 6.9k
Feat: Keep connection status during generating agent by drag and drop … #10141
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
Feat: Keep connection status during generating agent by drag and drop … #10141
Conversation
Hi team, I've submitted a PR for issue #10140 . Could you please take a look when you have time? Thanks! @KevinHuSh @ZhenhangTung |
![]() There should be no placeholder node when clicking the anchor point. @FatMii |
The coordinates of the placeholder node and the real node have a large offset. @FatMii |
I am unable to reproduce the situation you described. Can you provide me with stable steps for reproducing or a demonstration of the operation? @cike8899 Is it possible that you lightly moved the mouse while clicking within the anchor point? |
…tion-status-during-generating-agent-through-drag-and-drop
…tion-status-during-generating-agent-through-drag-and-drop
…oints with the mouse (infiniflow#10140)
Please use the latest code to test if the issue still exists. If it still exists, please provide me with the logs in the console (starting with [DEBUG]). I would greatly appreciate it. @cike8899 |
Hi @cike8899 , |
What problem does this PR solve?
About issue #10140
In version 0.20.1, we implemented the generation of new node through mouse drag and drop. If we could create a workflow module like in Coze, where there is not only a dropdown menu but also an intermediate node (placeholder node) after the drag and drop is completed, this could improve the user experience.
Type of change