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
There's a few places in the code where the current selection is looped through with toggle_selection to deselect them. This should all be done using do_deselect, which also doesn't need to pass any parameter to toggle_selection.