mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-09-21 11:11:26 -03:00
fix: show lora info regardless of toggle state
This commit is contained in:
@@ -58,8 +58,8 @@ export async function updateConnectedLoraInfoNodes(node, selection) {
|
||||
return;
|
||||
}
|
||||
|
||||
// No selection or inactive — clear the display on all connected info nodes
|
||||
if (!selection?.name || !selection?.active) {
|
||||
// No selection — clear the display on all connected info nodes
|
||||
if (!selection?.name) {
|
||||
for (const infoNode of infoNodes) {
|
||||
infoNode.__loraInfoReqId = (infoNode.__loraInfoReqId || 0) + 1;
|
||||
if (typeof infoNode._setLoraInfo === "function") {
|
||||
|
||||
Reference in New Issue
Block a user