Closed cag185 closed 2 years ago
For some reason lineName is throwing issues 19 times.
Traced issue back to loadBlock where setinterval is continously calling lineName or some variation that wont work
curBlock.line worked but curBlock[1].line did not
curBlock.line
curBlock[1].line
For some reason lineName is throwing issues 19 times.