Hieu Tran

Results 2 comments of Hieu Tran

I fixed the issue by below changes: ``` panTo(x: number, y: number): void { if (x === null || x === undefined || isNaN(x) || y === null || y...

@amykglen I am not sure about my fix, but it works. So you can fork the repo and replace the code of the `panTo` function with my above code to...