mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-17 22:03:50 +02:00
Group dialog instance ref, edit post button padding
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user