Group dialog instance ref, edit post button padding

This commit is contained in:
Natsumi
2025-09-27 09:06:49 +12:00
parent 7eb7eedd30
commit 81a51ad2fa
3 changed files with 4 additions and 3 deletions

View File

@@ -850,7 +850,7 @@ export const useInstanceStore = defineStore('Instance', () => {
for (const room of rooms) {
ref = cachedInstances.get(room.tag);
if (typeof ref !== 'undefined') {
room.ref = ref;
Object.assign(room.ref, ref);
} else if (isRealInstance(room.tag)) {
instanceRequest.getInstance({
worldId: room.$location.worldId,