Fix FlowEditor Grid Being Missing on Any New Flow Tabs #14
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Whenever a new tab is created, it is missing the grid lines within the FlowEditor region. This needs to be corrected for visual consistency.
Functionally not an issue, but visually inconsistent. Needs to be fixed preferrably before adding more nodes.
Resolved by Namespacing each
ReactFlowProvider
with the tab’s unique id so that the Background component’s SVG pattern IDs no longer collide across multiple flow tab editors, restoring the grid line functionality on every tab.