Fix Copy Link action does not dismiss ShareAction view
Changelog-Fixed: Fix Copy Link action does not dismiss ShareAction view Closes: #1049
This commit is contained in:
committed by
William Casarin
parent
49b7aee74e
commit
cb11087034
@@ -38,6 +38,7 @@ struct ShareAction: View {
|
||||
HStack(alignment: .top, spacing: 25) {
|
||||
|
||||
ShareActionButton(img: "link", text: NSLocalizedString("Copy Link", comment: "Button to copy link to note")) {
|
||||
dismiss()
|
||||
UIPasteboard.general.string = "https://damus.io/" + (bech32_note_id(event.id) ?? event.id)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user