diff --git a/src/components/SelectionList/BaseSelectionList.tsx b/src/components/SelectionList/BaseSelectionList.tsx index 815b80aaa50e..f3f609590101 100644 --- a/src/components/SelectionList/BaseSelectionList.tsx +++ b/src/components/SelectionList/BaseSelectionList.tsx @@ -353,11 +353,6 @@ function BaseSelectionList( return; } - // scroll is unnecessary if multiple options cannot be selected - if (!canSelectMultiple) { - return; - } - // set the focus on the first item when the sections list is changed if (sections.length > 0) { updateAndScrollToFocusedIndex(0);