mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-22 05:32:12 -03:00
Refactor focus navigation logic in LoRA widget to separate focus queueing from execution. Added helper functions for finding focus entries and managing focus queue. This improves code organization and prevents focus issues when tabbing between strength and clip inputs. Key changes: - Extract focus navigation logic into reusable functions - Separate focus queueing from focus execution - Maintain same keyboard navigation behavior while improving code structure - Fix potential focus loss when tabbing between inputs The refactoring makes the focus navigation code more maintainable and reduces duplication while preserving the existing tab navigation functionality.