mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-25 15:15:44 -03:00
feat: remove delay from bulk auto-organize completion
This commit is contained in:
@@ -1146,10 +1146,7 @@ export class BulkManager {
|
|||||||
// Call the auto-organize method with selected file paths
|
// Call the auto-organize method with selected file paths
|
||||||
await apiClient.autoOrganizeModels(filePaths);
|
await apiClient.autoOrganizeModels(filePaths);
|
||||||
|
|
||||||
setTimeout(() => {
|
resetAndReload(true);
|
||||||
resetAndReload(true);
|
|
||||||
}, 1000);
|
|
||||||
|
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.error('Error during bulk auto-organize:', error);
|
console.error('Error during bulk auto-organize:', error);
|
||||||
showToast('toast.loras.autoOrganizeFailed', { error: error.message }, 'error');
|
showToast('toast.loras.autoOrganizeFailed', { error: error.message }, 'error');
|
||||||
|
|||||||
Reference in New Issue
Block a user