You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current behavior: updates as items are added to a collection
Proposed behavior: update only if first item selected
This way we don't unnecessarily do file diff rendering. If they're just adding the item to a collection of selected items they're probably not interested in seeing the diff, just selecting items quickly.
Current behavior: updates as items are added to a collection

Proposed behavior: update only if first item selected
This way we don't unnecessarily do file diff rendering. If they're just adding the item to a collection of selected items they're probably not interested in seeing the diff, just selecting items quickly.