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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
// No selection or inactive — clear the display on all connected info nodes
|
// No selection — clear the display on all connected info nodes
|
||||||
if (!selection?.name || !selection?.active) {
|
if (!selection?.name) {
|
||||||
for (const infoNode of infoNodes) {
|
for (const infoNode of infoNodes) {
|
||||||
infoNode.__loraInfoReqId = (infoNode.__loraInfoReqId || 0) + 1;
|
infoNode.__loraInfoReqId = (infoNode.__loraInfoReqId || 0) + 1;
|
||||||
if (typeof infoNode._setLoraInfo === "function") {
|
if (typeof infoNode._setLoraInfo === "function") {
|
||||||
|
|||||||
Reference in New Issue
Block a user