Skip to content

Commit

Permalink
fix(search) avoid trapping tab key presses when the search and filter…
Browse files Browse the repository at this point in the history
… is closed n the hidden chips

Signed-off-by: David Edler <[email protected]>
  • Loading branch information
edlerd committed Dec 12, 2024
1 parent 83acef1 commit 9e96e03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/SearchAndFilter/SearchAndFilter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,7 @@ const SearchAndFilter = ({
toggleSelected={toggleSelected}
searchData={searchData}
searchTerm={searchTerm}
sectionHidden={filterPanelHidden}
/>
);
})}
Expand Down

0 comments on commit 9e96e03

Please sign in to comment.