This repository has been archived by the owner on Dec 19, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix paper tooltip fit to visible bounds.
There are 3 cases that can happen with fit to visible bounds (Using left/right for simplicity here) 1) Off the right of the screen 2) Off the left of the screen 3) In the middle of the screen (no adjustment required) Paper tooltip failed to handle case (3). Fix that.
- Loading branch information