Instance creator pls update

This commit is contained in:
Natsumi
2025-10-07 20:48:51 +13:00
parent ec86cbf9b6
commit 2889b541cd
2 changed files with 2 additions and 0 deletions

View File

@@ -680,6 +680,7 @@ export const useInstanceStore = defineStore('Instance', () => {
if (args.ref.id === L.userId) {
Object.assign(L.user, args.ref);
instance.$location = L;
applyWorldDialogInstances();
}
});
} else {

View File

@@ -1049,6 +1049,7 @@ export const useUserStore = defineStore('User', () => {
if (args.ref.id === L.userId) {
Object.assign(L.user, args.ref);
D.$location = L;
applyUserDialogLocation();
}
});
} else {