mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-25 00:36:31 +02:00
code style
This commit is contained in:
parent
5f15ce9d1a
commit
3fece6f765
1 changed files with 2 additions and 2 deletions
|
|
@ -70,8 +70,8 @@ function ExpandedMediaOverlay({
|
|||
className="fixed inset-0 z-100 flex items-center justify-center bg-black/70 p-4 backdrop-blur-sm sm:p-8"
|
||||
onClick={onClose}
|
||||
onKeyDown={(e) => {
|
||||
if (e.key === 'Escape') onClose();
|
||||
}}
|
||||
if (e.key === "Escape") onClose();
|
||||
}}
|
||||
>
|
||||
{mediaElement}
|
||||
</motion.div>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue