-
Notifications
You must be signed in to change notification settings - Fork 23
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
Prevent tree jumpiness at the initial drag/zoom #147
Comments
That's a valid point. Although, I'm not sure if the jumpiness is an issue on smaller screens. (looks like it jumps to a more appropriate position on my phone) Also, the position is not static, it depends on the size of the tree and the view size(eg. when more branches are extended at reset, it jumps less, sometimes not at all). So, proposing to start in the middle just means start on the jumping positing (wherever it is). |
Position is static it seems, when we press the reset button twice for some cases. |
I meant the position it jumps to is not static, it depends on the |
Not a new issue, but documenting it for future reference.
Following #115 (comment) , there is a current problem with the tree jumping from the reset/initial position.
Current Behaviour:
Expected Behaviour:
Either the initial position be set to the middle (position after jumping) or the drag can be allowed from the initial position (the tree will move freely with looser bounds)
The text was updated successfully, but these errors were encountered: