mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-22 05:32:12 -03:00
When searching in settings, the view now automatically scrolls to the first matching element after switching to the matching section. - Modified performSearch() to track and scroll to first match - Modified highlightSearchMatches() to return the first highlight element - Uses requestAnimationFrame and scrollIntoView with block: 'center'