Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix tablet mapping when mapped region is specified
When `region_size` is set in the config (non-empty `boundBox`), cursor is mapped to wrong coordinate because `CBox::translate` mutates `TAB->boundBox`, making all subsequent coordinate calculations wrong. This also fixes the edge case where user sets `region_position` but not `region_size`.
- Loading branch information