fix: Fixed issue where search options weren't selectable on macOS

This commit is contained in:
Aman Harwara
2023-11-20 21:34:51 +05:30
parent 7facbab322
commit b377f9cba7
2 changed files with 9 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ const SearchOptions = ({ searchOptions }: Props) => {
}, [searchOptions])
return (
<div role="tablist" className="mt-3 flex flex-wrap gap-2" onMouseDown={(e) => e.preventDefault()}>
<div className="mt-3 flex flex-wrap gap-2" onMouseDown={(e) => e.preventDefault()}>
<Bubble
label="Protected Contents"
selected={includeProtectedContents}