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