From d96ba2790559ea7e8c03c3d7db09a7a751bf906f Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Sun, 20 Nov 2022 12:28:11 -0600 Subject: [PATCH] Status: switch back to onClick instead of onMouseUp --- app/soapbox/components/status.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/soapbox/components/status.tsx b/app/soapbox/components/status.tsx index 846735dc3..2d31f6fc1 100644 --- a/app/soapbox/components/status.tsx +++ b/app/soapbox/components/status.tsx @@ -326,7 +326,7 @@ const Status: React.FC = (props) => { data-featured={featured ? 'true' : null} aria-label={textForScreenReader(intl, actualStatus, rebloggedByText)} ref={node} - onMouseUp={handleClick} + onClick={handleClick} role='link' > {featured && (