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

@@ -1088,7 +1088,9 @@
showChangeWorldImageDialog();
break;
case 'Refresh':
showWorldDialog(D.id);
const worldId = D.id;
D.id = '';
showWorldDialog(worldId);
break;
case 'New Instance':
showNewInstanceDialog(D.$location.tag);