mirror of
https://github.com/MCSManager/MCSManager.git
synced 2025-02-05 15:29:35 +08:00
Fix: select all instance
This commit is contained in:
parent
087c566c59
commit
126a37b847
@ -163,6 +163,7 @@ const selectAllInstances = () => {
|
||||
selectedInstance.value = [];
|
||||
} else {
|
||||
for (const item of instancesMoreInfo.value) {
|
||||
if (findInstance(item)) continue;
|
||||
selectedInstance.value.push(item);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user