-
-
Notifications
You must be signed in to change notification settings - Fork 79
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
[Bug] [1.9.03b]: unstable graph view #555
Comments
The problem should be active on this page. Edit: It seems to be some corruption over time, difficult to reproduce. |
Graph is stable on my end, no jitteriness on page load, nor when I move a node.
|
yeah same for me, smooth |
I think this is an issue caused by the CPU not being powerful enough and the graph being too large. It ends up taking too small of timesteps and gets out of control. The solution would be to add some kind of damping based on the timestep size maybe, or move the graph view into its own thread. |
What happened?
The graph view does not settle for a very long time:
Reproduction
Difficult. I think you need a large graph. Then you need to run and use the page for a long time without closing. After a while there seems to be a corruption of the state. If you clear all caches and restart the browser everything is fine again.
Last Working Version
na
Version
1.9.03b
Operating System
macOS
Obsidian Version
1.7.7
Which browsers can you reproduce this in?
Safari
Relevant log output
na
Additional Info
No response
The text was updated successfully, but these errors were encountered: