diff options
author | Minseo Lee <itoupluk427@gmail.com> | 2024-02-24 18:23:03 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-24 18:23:03 +0900 |
commit | 89c65c856e4d88cd455d6fb0352755b2dc0b1b66 (patch) | |
tree | a0ff2b2d694f3d54c9c11a8f62bdd5737509691f /src/view/com/lightbox/ImageViewing/components/ImageItem/ImageItem.tsx | |
parent | c2d87b807554f11cb99694d4b0ccb86905d468c0 (diff) | |
parent | d38f168de593b0a7883180ee51bf043eb1557dd2 (diff) | |
download | voidsky-89c65c856e4d88cd455d6fb0352755b2dc0b1b66.tar.zst |
Merge branch 'bluesky-social:main' into patch-3
Diffstat (limited to 'src/view/com/lightbox/ImageViewing/components/ImageItem/ImageItem.tsx')
-rw-r--r-- | src/view/com/lightbox/ImageViewing/components/ImageItem/ImageItem.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/view/com/lightbox/ImageViewing/components/ImageItem/ImageItem.tsx b/src/view/com/lightbox/ImageViewing/components/ImageItem/ImageItem.tsx index 16688b820..08b99bf9e 100644 --- a/src/view/com/lightbox/ImageViewing/components/ImageItem/ImageItem.tsx +++ b/src/view/com/lightbox/ImageViewing/components/ImageItem/ImageItem.tsx @@ -10,6 +10,7 @@ type Props = { onTap: () => void onZoom: (scaled: boolean) => void isScrollViewBeingDragged: boolean + showControls: boolean } const ImageItem = (_props: Props) => { |