fix(components): Improve layout handling in Markdown and ChatMessage components #4771
+37
−14
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR addresses #4766 by fixing the rendering logic of connection lines between nodes in the visual flow editor.
Previously, some connector lines appeared to:
Changes Introduced
.messagelist
) to be capable of overflowoverflowX
on the accordion content. To enable it to contain its own scrollable and do not disturb the entire chat window until the user opens itHow to Test
agent flow v2
add multiple nodes and then check that the chat is able to show the buttons in each node.IMPORTANT
Haven't totally check other flows. I'm quite new coding flowise, so probably I will miss some scenarios. Open to receive improves or if you think you can add them go ahead.
Screenshots (Before/After)
Before

After

This PR focuses solely on improving the visual consistency of the flow editor. No changes were made to the core execution or logic of node interaction.