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>
This commit is contained in:
parent
4d28dcc48f
commit
9f657fbace
5 changed files with 89 additions and 34 deletions
|
@ -122,6 +122,7 @@ export interface LinkWarningModal {
|
|||
name: 'link-warning'
|
||||
text: string
|
||||
href: string
|
||||
share?: boolean
|
||||
}
|
||||
|
||||
export interface EmbedConsentModal {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue