From ab200285c5197e97c6ac9878c058161eb87a0955 Mon Sep 17 00:00:00 2001 From: Hailey <153161762+haileyok@users.noreply.github.com> Date: Thu, 25 Jan 2024 14:12:15 -0800 Subject: android alt text selection fix for expandable alt (#2629) --- src/view/com/lightbox/Lightbox.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/view/com/lightbox/Lightbox.tsx b/src/view/com/lightbox/Lightbox.tsx index 38f2c89c9..2ee5b8d59 100644 --- a/src/view/com/lightbox/Lightbox.tsx +++ b/src/view/com/lightbox/Lightbox.tsx @@ -116,7 +116,8 @@ function LightboxFooter({imageIndex}: {imageIndex: number}) { update: {type: 'spring', springDamping: 0.7}, }) setAltExpanded(prev => !prev) - }}> + }} + onLongPress={() => {}}> {altText} -- cgit 1.4.1