Closed sjvrijn closed 5 months ago
Fixes #33.
The .split(' ').map(...) occurrence on line 358 is still needed, as it addresses the string attribute on a created node, not the points template values.
.split(' ').map(...)
Thank you. More elegant and more readable.
Fixes #33.
The
.split(' ').map(...)
occurrence on line 358 is still needed, as it addresses the string attribute on a created node, not the points template values.