Replies: 1 comment 2 replies
-
|
@moklick Can you please tell something about this point. I want some urgent help on this. Thanks in advance. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi React Flow team 👋
I’m building a flow editor where some nodes (e.g. BlackBox) should open in a sort of “Focus Mode”:
When the user clicks Open, the node expands to take up most of the canvas (like a modal / zoomed-in view).
Other nodes in the background should be hidden or faded out.
Inside this “focused” BlackBox, I want to allow users to create and connect child nodes with full ReactFlow features (drag, zoom, pan, edges, typing, etc.).
When the user clicks Back, the canvas should restore to the original view, with the BlackBox returning to its normal size and all other nodes visible again.
My Attempt
I tried a couple of approaches:
👉 What is the recommended way to implement a focus/zoom mode for a single node in ReactFlow and how I can do it.
Beta Was this translation helpful? Give feedback.
All reactions