diff options
author | Jan-Olof Eriksson <jan-olof.eriksson@iki.fi> | 2024-02-24 16:37:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-24 16:37:08 +0200 |
commit | 1f9562847512bb41cd8bb381b735a388be4db59b (patch) | |
tree | 2181860f0f4cde3b4e24b5d6045420cc86083d91 /src/view/com/lightbox/ImageViewing/components/ImageItem/ImageItem.tsx | |
parent | 38fd4282f88ac020ee72d5a6324191ee80798450 (diff) | |
parent | d38f168de593b0a7883180ee51bf043eb1557dd2 (diff) | |
download | voidsky-1f9562847512bb41cd8bb381b735a388be4db59b.tar.zst |
Merge branch 'bluesky-social:main' into main
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) => { |