mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-02 04:56:06 +02:00
fix world dialog may sometimes not load the instance list
This commit is contained in:
+3
-7
@@ -146,13 +146,9 @@ export const useWorldStore = defineStore('World', () => {
|
||||
D.timeSpent = ref.timeSpent;
|
||||
}
|
||||
});
|
||||
const loadWorldRequest = forceRefresh
|
||||
? worldRequest.getWorld({
|
||||
worldId: L.worldId
|
||||
})
|
||||
: worldRequest.getCachedWorld({
|
||||
worldId: L.worldId
|
||||
});
|
||||
const loadWorldRequest = worldRequest.getWorld({
|
||||
worldId: L.worldId
|
||||
});
|
||||
loadWorldRequest
|
||||
.catch((err) => {
|
||||
nextTick(() => (D.loading = false));
|
||||
|
||||
Reference in New Issue
Block a user