-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
MudDrawer: Fix stall when loading #11009
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
Prevents stall when loading the drawer by no longer awaiting viewport subscription
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev #11009 +/- ##
==========================================
- Coverage 91.05% 91.05% -0.01%
==========================================
Files 429 429
Lines 13956 13956
Branches 2698 2698
==========================================
- Hits 12708 12707 -1
Misses 646 646
- Partials 602 603 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
@ScarletKuro Requesting review |
@ScarletKuro bumping review request |
Prevents stall when loading the drawer by no longer awaiting viewport subscription.
Description
Currently the Drawer waits for the viewport subscription to complete which can take several seconds (due to javascript calls).
This seems unnecessary as the callback invokes on the main thread anyway.
How Has This Been Tested?
All tests pass
Type of Changes
Checklist
dev
).