Skip to content

Commit

Permalink
fix: avoid trapping tab key presses when the search and filter is clo…
Browse files Browse the repository at this point in the history
…sed (#1163)

Signed-off-by: David Edler <[email protected]>
  • Loading branch information
edlerd authored Dec 12, 2024
1 parent 83acef1 commit 86e2b2a
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 86e2b2a

Please sign in to comment.