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

Cant draw the node that node.id=0 and raise bug #4

Open
renshareck opened this issue Jul 10, 2024 · 1 comment
Open

Cant draw the node that node.id=0 and raise bug #4

renshareck opened this issue Jul 10, 2024 · 1 comment

Comments

@renshareck
Copy link

/js/script.js line:38

script
if (node.id)

It takes bug when node.id==1

nodeid0

fix to

if ("id" in node)
@lepisma
Copy link
Contributor

lepisma commented Aug 30, 2024

Thanks! This is fixed in 0.1.7. Check once and let me know?

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

No branches or pull requests

2 participants