You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There seems to be a bug when adding a table with coordinates of 0. When an x or y of 0 is set in the options for addTable, the function defaults the coordinate to some other larger number.
This seems to be happening because of this code-line 4994
Hi
Thanks for the great library.
There seems to be a bug when adding a table with coordinates of 0. When an x or y of 0 is set in the options for addTable, the function defaults the coordinate to some other larger number.
This seems to be happening because of this code-line 4994
where the option to the right of the "||" is used when opt.x or opt.y is falsey, including 0. It needs to check for undefined instead of false.
Can you fix this?
Thanks so much
The text was updated successfully, but these errors were encountered: