mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-02 13:06:08 +02:00
Retain dialog data when reopening same dialog
This commit is contained in:
@@ -142,6 +142,10 @@ export const useGroupStore = defineStore('Group', () => {
|
||||
});
|
||||
const D = groupDialog.value;
|
||||
D.visible = true;
|
||||
if (D.id === groupId) {
|
||||
uiStore.setDialogCrumbLabel('group', D.id, D.ref?.name || D.id);
|
||||
return;
|
||||
}
|
||||
D.loading = true;
|
||||
D.id = groupId;
|
||||
D.inGroup = false;
|
||||
|
||||
Reference in New Issue
Block a user