From fbdedbad148ffdbe8da0a6342dedad8bb5c2432b Mon Sep 17 00:00:00 2001 From: Vojta Bartos Date: Wed, 29 Apr 2026 16:09:05 +0200 Subject: [PATCH] fix(code): exclude user message timestamp overlay from text selection Selecting a one-line user message and copying it pulled in the hover timestamp text. Marking the overlay non-selectable keeps copies clean without affecting the copy button click handler. Generated-By: PostHog Code Task-Id: a49fe873-8e2a-4fea-8db6-725ab0c4498b --- .../features/sessions/components/session-update/UserMessage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/code/src/renderer/features/sessions/components/session-update/UserMessage.tsx b/apps/code/src/renderer/features/sessions/components/session-update/UserMessage.tsx index 4ef36f377..aeb82a09b 100644 --- a/apps/code/src/renderer/features/sessions/components/session-update/UserMessage.tsx +++ b/apps/code/src/renderer/features/sessions/components/session-update/UserMessage.tsx @@ -155,7 +155,7 @@ export function UserMessage({ View Slack thread )} - + {timestamp != null && ( {formatTimestamp(timestamp)}