From afb1a75f691957380d09617d20236b6817b83388 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Wed, 28 Dec 2022 20:46:38 +0800 Subject: [PATCH] Show carousel controls initially --- src/components/status.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/status.jsx b/src/components/status.jsx index b9ed83b4..d9a4043f 100644 --- a/src/components/status.jsx +++ b/src/components/status.jsx @@ -1269,7 +1269,7 @@ function Carousel({ mediaAttachments, index = 0, onClose = () => {} }) { } }, 100); - const [showControls, setShowControls] = useState(false); + const [showControls, setShowControls] = useState(true); useEffect(() => { let handleSwipe = () => {