-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: crop box overflows in "viewMode" 1 and 2 (#381)
When using "viewMode" 1 or 2, the crop box could overflow if the canvas is moved partly beyond the container boundaries. If moved beyond the top/left boundaries, it could overflow the container. If moved beyond the bottom/right boundaries, it could overflow the canvas (exceeding its size).
- Loading branch information
Showing
2 changed files
with
68 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters