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
Select multiple items that are adjacent: Click the first item, then press the Shift key and click the last item. All items in between are included in the selection.
### Core
When no items are selected, the selection start is the first item in the list.
The selection start is from the previous non-adjacent-selection (single-click, select-multiple) .
Edge cases
If the selection goes over previously selected items, the items become part of the same selection (ex: if then the select-adjacent range changes leaving the previously non-adjacent-selected items deselected, then they will be deselected, they won't preserve their original selection partition)
if there is a next item after the last selected when toggling selection (deselecting), the next adjacent pivot goes to the next item, if there is no next item, it goes to the last item in the selection.
The text was updated successfully, but these errors were encountered:
Select multiple items that are adjacent: Click the first item, then press the Shift key and click the last item. All items in between are included in the selection.
### Core
selection start
is the first item in the list.selection start
is from the previousnon-adjacent-selection
(single-click
,select-multiple
) .Edge cases
select-adjacent range
changes leaving the previouslynon-adjacent-selected
itemsdeselected
, then they will bedeselected
, they won't preserve their originalselection partition
)last selected
when toggling selection (deselecting), the nextadjacent pivot
goes to the next item, if there is no next item, it goes to the last item in the selection.The text was updated successfully, but these errors were encountered: