trigger resub on clicked events

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin
2022-05-08 11:09:04 -07:00
parent cfcd4128ec
commit 045aaaf59b
3 changed files with 18 additions and 2 deletions

View File

@@ -61,7 +61,7 @@ struct EventDetailView: View {
Group {
switch cev {
case .collapsed(let c):
Text("··· \(c.count) other replies ···")
Text("··· \(c.count) other notes ···")
.font(.footnote)
.foregroundColor(.gray)
.onTapGesture {