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
This bug occurs with the latest v3.0.0-beta.4.
examples/events/index.ts
setTimeout(() => graph.clear(), 1000);
events
After one second, the whole graph disappears
After one second, everything stays displayed, but I can't interact with anything anymore :
The text was updated successfully, but these errors were encountered:
[sigma] Fixes clearing WebGL contexts
1536c06
This commit fixes #1404. Basically, when picking was enabled, sometimes we were cleaning the wrong buffer.
jacomyal
No branches or pull requests
This bug occurs with the latest v3.0.0-beta.4.
How to reproduce
examples/events/index.ts
, addsetTimeout(() => graph.clear(), 1000);
at the endevents
exampleExpected behavior
After one second, the whole graph disappears
Current behavior
After one second, everything stays displayed, but I can't interact with anything anymore :
The text was updated successfully, but these errors were encountered: