event mentions working

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin
2022-05-07 17:48:00 -07:00
parent 0ad17c05fe
commit 4db06b015c
10 changed files with 175 additions and 27 deletions

View File

@@ -102,7 +102,7 @@ struct EventView: View {
}
Button {
UIPasteboard.general.string = event.id
UIPasteboard.general.string = "&" + event.id
} label: {
Label("Copy ID", systemImage: "tag")
}