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
I found the following bug that can be observed at the http://evmar.github.io/webtreemap/ page. It irrecoverably deletes nodes while zooming out.
To reproduce we need to make three clicks on the page.
uglify_js/node_modules
CHANGELOG.md
README.md
node_modules (50.0m)
I think the problem might be in this loop:
webtreemap/src/treemap.ts
Line 265 in e238c45
The text was updated successfully, but these errors were encountered:
Thanks for the great bug report! I confirmed it and I will need to figure out a fix now.
Sorry, something went wrong.
No branches or pull requests
I found the following bug that can be observed at the http://evmar.github.io/webtreemap/ page. It irrecoverably deletes nodes while zooming out.
To reproduce we need to make three clicks on the page.
uglify_js/node_modules
square.Now we can see
CHANGELOG.md
,README.md
and other files.node_modules (50.0m)
uglify_js/node_modules
and there are no files that we have seen at the point 1.I think the problem might be in this loop:
webtreemap/src/treemap.ts
Line 265 in e238c45
The text was updated successfully, but these errors were encountered: