mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-21 21:22:11 -03:00
Add fallback DOM element creation in LoadingManager constructor to handle cases where loading overlay elements don't exist in the DOM. This ensures the loading functionality works even when the required HTML elements are missing. - Create loading overlay, content container, progress bar, and status text elements dynamically - Add ARIA attributes to progress bar for accessibility - Move details container insertion to use the created loadingContent reference - Maintain existing functionality while adding robustness for missing DOM elements