-
Notifications
You must be signed in to change notification settings - Fork 1
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
Add location is drifting over time #2
Comments
Hopefully fixed with most recent patch. Long-term testing is required. |
This fixed it for coin nodes, but not transaction nodes. |
I think this time it actually works. Closing for now. |
Patch did not work. Butchered performance. Reverting. |
So... setting node.location to {x:0,y:0} works for input/output nodes, but does not seem to work for transaction nodes. This can mean one of a few things:
|
Note: it seems to be drifting even when position is manually set to 0,0. It is drifting significantly less than the original point of entry (as seen by brief flickers) but drifting nonetheless. |
Partly working with setNodePosition(). Need to figure out why not all nodes do this. |
Ideally it should be added to the center of the canvas all the time.
The text was updated successfully, but these errors were encountered: