diff options
author | Samuel Newman <mozzius@protonmail.com> | 2024-04-04 18:37:57 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-04 10:37:57 -0700 |
commit | 9f657fbace296aa0a189c46b34ccac33a8ef2d8f (patch) | |
tree | f81071e0cbf998117844a720d38b3d336b1876c4 /src/state/modals/index.tsx | |
parent | 4d28dcc48fcdb8c13d86485ad2a5799ec777410e (diff) | |
download | voidsky-9f657fbace296aa0a189c46b34ccac33a8ef2d8f.tar.zst |
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 <me@haileyok.com>
Diffstat (limited to 'src/state/modals/index.tsx')
-rw-r--r-- | src/state/modals/index.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |