mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-08-29 08:51:27 -03:00
675421ea84
The Reconnect action button was rendered for both deleted and hash-invalid (Unresolvable Hash) LoRA entries, but the .lora-reconnect-container input form was only rendered for deleted ones. Clicking Reconnect on a hash-invalid item silently did nothing because showReconnectInput() could not find the container. Align the container render condition with the button condition, and extend the resource-items test to assert the form opens on click.