Open renshareck opened 4 months ago
/js/script.js line:38
if (node.id)
It takes bug when node.id==1
fix to
if ("id" in node)
Thanks! This is fixed in 0.1.7. Check once and let me know?
/js/script.js line:38
It takes bug when node.id==1
fix to