Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix switching tab when onItemsLoaded() is overridden
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 hluk#2788
- Loading branch information