mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-09 09:30:06 +00:00
Minor formatting fix and log removal
This commit is contained in:
@@ -848,16 +848,15 @@ export class ComfyApp {
|
||||
|
||||
// Assertions: UnwrapRef
|
||||
for (const widgetId of widgetStore.widgetStates.keys()) {
|
||||
const widgetState = widgetStore
|
||||
.widgetStates.get(widgetId)
|
||||
if (widgetId in widgetIds) {
|
||||
widgetState.active = true
|
||||
widgetState.widget = widgetIds[widgetId]
|
||||
} else {
|
||||
widgetState.active = false
|
||||
}
|
||||
}
|
||||
console.log(widgetStore.widgetStates)
|
||||
const widgetState = widgetStore
|
||||
.widgetStates.get(widgetId)
|
||||
if (widgetId in widgetIds) {
|
||||
widgetState.active = true
|
||||
widgetState.widget = widgetIds[widgetId]
|
||||
} else {
|
||||
widgetState.active = false
|
||||
}
|
||||
}
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user