We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After a user clicks a node, they have to pan over to view the new nodes.
we can use the useReactFlow hook to adjust the viewport on click.
useReactFlow
The new viewport should include all children nodes, so we may want to adjsut the spacing between nodes.
The text was updated successfully, but these errors were encountered:
dpgraham4401
Successfully merging a pull request may close this issue.
After a user clicks a node, they have to pan over to view the new nodes.
we can use the
useReactFlow
hook to adjust the viewport on click.The new viewport should include all children nodes, so we may want to adjsut the spacing between nodes.
The text was updated successfully, but these errors were encountered: