mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Allowing toot to be copied when highlighted
This commit is contained in:
@ -59,7 +59,11 @@ const TimelineNotifications = React.memo(
|
||||
}, [])
|
||||
|
||||
return (
|
||||
<TimelineContextMenu status={notification.status} queryKey={queryKey}>
|
||||
<TimelineContextMenu
|
||||
status={notification.status}
|
||||
queryKey={queryKey}
|
||||
disabled={highlighted}
|
||||
>
|
||||
<Pressable
|
||||
style={{
|
||||
padding: StyleConstants.Spacing.Global.PagePadding,
|
||||
|
Reference in New Issue
Block a user