Skip to content
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 switching tab when onItemsLoaded() is overridden #2791

Merged
merged 2 commits into from
Jul 25, 2024

Conversation

hluk
Copy link
Owner

@hluk hluk commented Jul 25, 2024

Redrawing GUI seems to get stuck when nested event loop is started while waiting on onItemsLoaded().

Solution is not to wait on the function to finish.

Fixes #2788

Redrawing GUI seems to get stuck when nested event loop is started while
waiting on `onItemsLoaded()`.

Solution is not to wait on the function to finish.

Fixes #2788
@hluk hluk merged commit 5751cdf into master Jul 25, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Calling onTabSelected() breaks tab switching
1 participant