Skip to content
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

fix tracing breaks when render() is called too quickly (when onDidSav… #3

Merged
merged 3 commits into from
Feb 14, 2020

Conversation

tintinweb
Copy link
Owner

tracing might break when modifying and re-rendering a file if render() is called too often.
this is a hack that makes sure that render is only called if the previous graph finished rendering. (might skip the latest change)

@tintinweb tintinweb merged commit 5c1864b into master Feb 14, 2020
@tintinweb tintinweb deleted the fix/render_breaks_tracing branch May 8, 2020 07:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant