-
Notifications
You must be signed in to change notification settings - Fork 4
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
Fix positioning of sparrow buttons in Geometry #2435
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #2435 +/- ##
==========================================
- Coverage 86.13% 85.38% -0.75%
==========================================
Files 746 746
Lines 38663 38664 +1
Branches 9871 9872 +1
==========================================
- Hits 33301 33015 -286
- Misses 5063 5345 +282
- Partials 299 304 +5
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
collaborative-learning Run #14150
Run Properties:
|
Project |
collaborative-learning
|
Branch Review |
188534586-fix-geometry-sparrows
|
Run status |
Errored #14150
|
Run duration | 15m 40s |
Commit |
54d94033ee: Don't re-register tile API in the geometry-content.tsx in the navigator.
|
Committer | Boris Goldowsky |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
2
|
Flaky |
0
|
Pending |
3
|
Skipped |
0
|
Passing |
115
|
View all changes introduced in this branch ↗︎ |
The regression test failure is just the one that's on master right now. |
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.
Looks good to me 👍
Fixes a regression introduced by the navigator panel in the Geometry tile.
The navigator-internal
GeometryContentComponent
was re-registering the tileAPI and returning incorrect position information for objects (based on where they are shown in the navigator view, rather than the main tile view).