fix content popping

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin
2022-05-08 10:51:59 -07:00
parent 151c79dd98
commit cfcd4128ec
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -128,7 +128,7 @@ struct ChatView: View {
}
}
NoteContentView(event: event, profiles: profiles)
NoteContentView(event: event, profiles: profiles, content: event.content)
if is_active || next_ev == nil || next_ev!.pubkey != event.pubkey {
EventActionBar(event: event,