-
Notifications
You must be signed in to change notification settings - Fork 16.3k
fix: drag region offsets in BrowserViews #28268
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
159a14a
to
8ee1165
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
surprising that this wasn't fixed sooner :o
Test failures not related. |
Release Notes Persisted
|
I have automatically backported this PR to "10-x-y", please check out #28295 |
I have automatically backported this PR to "12-x-y", please check out #28296 |
I have automatically backported this PR to "11-x-y", please check out #28297 |
I have automatically backported this PR to "13-x-y", please check out #28298 |
Description of Change
Closes #28228.
Our y-axis offset calculation was slightly off - this corrects that.
Tested with https://gist.github.com/c138020abbb7d949608c3c11b1cad253 and also with https://gist.github.com/08f3e56e0a4dc443621bd769e18c7cd6 to ensure no regressions.
Checklist
npm test
passesRelease Notes
Notes: Fixed an issue where the drag regions in BrowserViews on macOS could be off in their y-axis.