diff --git a/web/comfyui/lora_info.js b/web/comfyui/lora_info.js index 63f4f2b3..abf2fdbb 100644 --- a/web/comfyui/lora_info.js +++ b/web/comfyui/lora_info.js @@ -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") {