Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: remove
getCellFromPoint()
unreachable code (#974)
- since we always assign `cell = 0` at the start, the `cell < -1` is technically unreachable, so there's no need to keep it
- Loading branch information