-
Notifications
You must be signed in to change notification settings - Fork 22
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
Connector position failure in rare cases. #6
Labels
bug
Something isn't working
Comments
Looks like a bug. I will look into. |
Published v2.1.0. @mitu-lv can you check it? |
Sure @SanichKotikov! |
Nice! Thanks.
This is a browser's limitation https://developer.mozilla.org/en-US/docs/Web/HTML/Element/canvas#Maximum_canvas_size |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Tried it with really large set of nodes, connectors at one only one point failed to draw correctly.
682 and 78 are children of 684 and 685. 684 however has two spouses 685 and 76.
big-sample.zip
Tried it with sample code from this node
const data: { [key: string]: any[] } = { '285': bigSample, };
Maybe author has an idea what would be wrong with data?
Or maybe it is a bug?
The text was updated successfully, but these errors were encountered: