mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-22 13:42:12 -03:00
Move cleanupNavigationShortcuts() call before setting navigationModelType to ensure the correct model type is preserved when using left/right arrow keys to navigate between models. Previously, the cleanup would immediately nullify navigationModelType, causing type-specific modal sections (like trigger words for embeddings and usage tips for loras) to disappear.