chore: keep buttons functional after forward popup
This commit is contained in:
parent
698f058da6
commit
17832bcca6
1 changed files with 4 additions and 1 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue