fix: Fixed issue where search options weren't selectable on macOS
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user