mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-21 21:22:11 -03:00
Implement move to folder
This commit is contained in:
@@ -44,6 +44,15 @@ export class ModalManager {
|
||||
}
|
||||
});
|
||||
|
||||
// Add moveModal registration
|
||||
this.registerModal('moveModal', {
|
||||
element: document.getElementById('moveModal'),
|
||||
onClose: () => {
|
||||
this.getModal('moveModal').element.style.display = 'none';
|
||||
document.body.classList.remove('modal-open');
|
||||
}
|
||||
});
|
||||
|
||||
document.addEventListener('keydown', this.boundHandleEscape);
|
||||
this.initialized = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user