chore: keep buttons functional after forward popup

This commit is contained in:
Sofanyas Genene 2025-04-24 10:02:14 -04:00 committed by GitHub
parent 698f058da6
commit 17832bcca6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1331,7 +1331,10 @@ class ChatController extends State<ChatPageWithRoom>
),
);
if (!mounted) return;
setState(() => selectedEvents.clear());
// #Pangea
// see https://github.com/pangeachat/client/issues/2536
// setState(() => selectedEvents.clear());
// Pangea#
}
void sendAgainAction() {