Skip to content

Commit

Permalink
feat: handleCollapse with onKeyDown
Browse files Browse the repository at this point in the history
  • Loading branch information
juliajforesti committed Oct 18, 2024
1 parent e1748a8 commit ebcfd25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/meteor/client/sidebarv2/RoomList/RoomList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ const RoomList = () => {
<SidebarV2CollapseGroup
title={t(groupsList[index])}
onClick={() => handleCollapse(groupsList[index])}
onKeyDown={() => handleCollapse(groupsList[index])}
expanded={!collapsedGroups.includes(groupsList[index])}
/>
)}
Expand Down

0 comments on commit ebcfd25

Please sign in to comment.