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
Copy file name to clipboardexpand all lines: src/components/SelectionList/BaseSelectionList.tsx
+1-2
Original file line number
Diff line number
Diff line change
@@ -645,9 +645,8 @@ function BaseSelectionList<TItem extends ListItem>(
645
645
){
646
646
return;
647
647
}
648
-
// Remove the focus if the search input is empty or selected options length is changed (and allOptions length remains the same)
648
+
// Remove the focus if the search input is empty and prev search input not empty or selected options length is changed (and allOptions length remains the same)
0 commit comments