gridviews can accept directly, 2nd+ items get quickfind spots, highlighting

This commit is contained in:
Tyfon
2024-06-16 16:46:14 -07:00
parent 29e352eee9
commit c5836eb588
4 changed files with 215 additions and 15 deletions

View File

@@ -51,6 +51,12 @@ namespace UIFixes
return false;
}
// Haha no
if (MultiSelect.Active)
{
return false;
}
var wrappedOperation = new R.GridViewCanAcceptOperation(operation);
if (InHighlight || itemContext == null || targetItemContext == null || wrappedOperation.Succeeded)