Closed Meshiest closed 7 years ago
Issue was a scoping problem where var node happened to exist in a larger scope and this caused its value to change when a var node of a smaller scope changed :cry: thanks javascript
var node
Issue was a scoping problem where
var node
happened to exist in a larger scope and this caused its value to change when avar node
of a smaller scope changed :cry: thanks javascript