feat: blurhash
This commit is contained in:
parent
91977d6495
commit
dacaa4a75d
15 changed files with 155 additions and 50 deletions
|
|
@ -11,7 +11,10 @@ export default function NsfwOverlay({ className }: { className?: string }) {
|
|||
'absolute top-0 left-0 backdrop-blur-3xl w-full h-full cursor-pointer',
|
||||
className
|
||||
)}
|
||||
onClick={() => setIsHidden(false)}
|
||||
onClick={(e) => {
|
||||
e.stopPropagation()
|
||||
setIsHidden(false)
|
||||
}}
|
||||
/>
|
||||
)
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue