Skip to content

Commit

Permalink
feat: 백드롭 클릭 시 검색종료
Browse files Browse the repository at this point in the history
  • Loading branch information
Creative-Lee committed Oct 16, 2023
1 parent 8ca98d4 commit 2152aa3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const SearchPreviewSheet = ({ result, endSearch }: ResultSheetProps) => {

return (
<>
<Backdrop />
<Backdrop onClick={endSearch} />
<SheetContainer
id="search-preview-sheet"
tabIndex={-1}
Expand Down

0 comments on commit 2152aa3

Please sign in to comment.