From cb4197ecee4fda88483f2652a5952f89d262d70e Mon Sep 17 00:00:00 2001 From: Lawrence Chen <54008264+lawrencecchen@users.noreply.github.com> Date: Wed, 18 Mar 2026 02:59:55 -0700 Subject: [PATCH] Make founders email selectable in feedback success view (#1733) Add .textSelection(.enabled) to the success body text so users can select and copy the founders@manaflow.com email address. Co-authored-by: Lawrence Chen --- Sources/ContentView.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Sources/ContentView.swift b/Sources/ContentView.swift index 508b495f..05d80107 100644 --- a/Sources/ContentView.swift +++ b/Sources/ContentView.swift @@ -9393,6 +9393,7 @@ private struct SidebarFeedbackComposerSheet: View { ) .font(.system(size: 12)) .foregroundStyle(.secondary) + .textSelection(.enabled) HStack { Spacer()