Merge pull request #1090 from Aireil/fix_scroll

This commit is contained in:
goat 2023-01-18 21:26:08 +01:00 committed by GitHub
commit fbe2d1543a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1091,7 +1091,7 @@ internal class PluginInstallerWindow : Window, IDisposable
private void DrawPluginCategoryContent()
{
var ready = this.DrawPluginListLoading() && !this.AnyOperationInProgress;
var ready = this.DrawPluginListLoading();
if (!this.categoryManager.IsSelectionValid || !ready)
{
return;