mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-08-18 03:21:26 -03:00
4ff397e9c1
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.