Closed veillette closed 1 year ago
console.log tells me that the x and y values are both zero, which explains why it did not affect the layout.
Ha. Yeah, that should be this.graphSetNode.y
. It just so happens that (x,y) is (0,0). I'll fix it.
It's also embarrasing that WebStorm has been shouting at me about this, and I've been ignoring it:
Fixed in the above commit, closing.
I'm not sure how that even works.