Combining references in variable causes "soft crash"
johshoff opened this issue · 2 comments
johshoff commented
I'm trying to create a variable i
that depends on a rectangle's X
and Y
. Dragging the X
to i
works. Multiplying by a constant works: X*0.1
. But dragging the Y
in the hopes of creating X*Y
crashes it with an id-string instead of the properly styled Y
.
JSON: https://gist.github.com/johshoff/9ca6babef61101e02478
Before:
After:
electronicwhisper commented
This is fixed (and your example works) in the latest on the master branch. I will release a new version (0.4.1) in a week or so and push all these changes to the website.
johshoff commented
Thanks! :)