Open
Description
Line issue:
endX = this.endNode.x,
Line where is issue
My solution:
endX = this.endNode?.x, endY = this.endNode?.y
For more details
Metadata
Metadata
Assignees
Labels
No labels
Line issue:
endX = this.endNode.x,
Line where is issue
My solution:
endX = this.endNode?.x, endY = this.endNode?.y
For more details