Update users in instances when reopening same dialogs

This commit is contained in:
Natsumi
2026-02-10 22:01:34 +13:00
parent a565772ec9
commit ac74a1a360
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -89,6 +89,7 @@ export const useWorldStore = defineStore('World', () => {
D.visible = true;
if (D.id === L.worldId) {
uiStore.setDialogCrumbLabel('world', D.id, D.ref?.name || D.id);
instanceStore.applyWorldDialogInstances();
return;
}
L.shortName = shortName;