mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-01-23 00:56:23 +01:00
Show carousel controls initially
This commit is contained in:
parent
c205a43125
commit
afb1a75f69
1 changed files with 1 additions and 1 deletions
|
@ -1269,7 +1269,7 @@ function Carousel({ mediaAttachments, index = 0, onClose = () => {} }) {
|
|||
}
|
||||
}, 100);
|
||||
|
||||
const [showControls, setShowControls] = useState(false);
|
||||
const [showControls, setShowControls] = useState(true);
|
||||
|
||||
useEffect(() => {
|
||||
let handleSwipe = () => {
|
||||
|
|
Loading…
Reference in a new issue