Retain dialog data when reopening same dialog

This commit is contained in:
Natsumi
2026-01-31 05:56:32 +13:00
committed by pa
parent 5ff078e351
commit bf687a2405
8 changed files with 76 additions and 46 deletions

View File

@@ -1532,7 +1532,9 @@
showInviteGroupDialog(D.id, '');
break;
case 'Refresh':
showGroupDialog(D.id);
const groupId = D.id;
D.id = '';
showGroupDialog(groupId);
break;
case 'Leave Group':
leaveGroupPrompt(D.id);