From 9f657fbace296aa0a189c46b34ccac33a8ef2d8f Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Thu, 4 Apr 2024 18:37:57 +0100 Subject: Open share sheet when long pressing link (#3317) * uitextview use library w/ fixes bump bump multiple uitextview fixes * bump * Open share sheet on link long press * rm package manager field * add link warning to longpress --------- Co-authored-by: Hailey --- src/state/modals/index.tsx | 1 + 1 file changed, 1 insertion(+) (limited to 'src/state/modals/index.tsx') diff --git a/src/state/modals/index.tsx b/src/state/modals/index.tsx index aae4fc52f..e0bcc2f0f 100644 --- a/src/state/modals/index.tsx +++ b/src/state/modals/index.tsx @@ -122,6 +122,7 @@ export interface LinkWarningModal { name: 'link-warning' text: string href: string + share?: boolean } export interface EmbedConsentModal { -- cgit 1.4.1