mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 14:23:51 +02:00
Debounce applyWorldDialogInstances
This commit is contained in:
@@ -8,6 +8,7 @@ import {
|
||||
compareByDisplayName,
|
||||
compareById,
|
||||
compareByLocationAt,
|
||||
debounce,
|
||||
displayLocation,
|
||||
getAvailablePlatforms,
|
||||
getBundleDateSize,
|
||||
@@ -734,6 +735,10 @@ export const useInstanceStore = defineStore('Instance', () => {
|
||||
}
|
||||
|
||||
function applyWorldDialogInstances() {
|
||||
debounce(applyWorldDialogInstancesDebounced, 100)();
|
||||
}
|
||||
|
||||
function applyWorldDialogInstancesDebounced() {
|
||||
let ref;
|
||||
let instance;
|
||||
const D = worldStore.worldDialog;
|
||||
|
||||
Reference in New Issue
Block a user