mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-24 06:32:12 -03:00
checkpoint
This commit is contained in:
@@ -72,6 +72,15 @@ export class ModalManager {
|
||||
}
|
||||
});
|
||||
|
||||
// Add importModal registration
|
||||
this.registerModal('importModal', {
|
||||
element: document.getElementById('importModal'),
|
||||
onClose: () => {
|
||||
this.getModal('importModal').element.style.display = 'none';
|
||||
document.body.classList.remove('modal-open');
|
||||
}
|
||||
});
|
||||
|
||||
// Set up event listeners for modal toggles
|
||||
const supportToggle = document.getElementById('supportToggleBtn');
|
||||
if (supportToggle) {
|
||||
|
||||
Reference in New Issue
Block a user