mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-01-26 19:09:52 +00:00
fix: group recompute in item selection for properties panel
This commit is contained in:
@@ -4283,6 +4283,12 @@ export class LGraphCanvas implements CustomEventDispatcher<LGraphCanvasEventMap>
|
||||
item.selected = true
|
||||
this.selectedItems.add(item)
|
||||
this.state.selectionChanged = true
|
||||
|
||||
if (item instanceof LGraphGroup) {
|
||||
item.recomputeInsideNodes()
|
||||
return
|
||||
}
|
||||
|
||||
if (!(item instanceof LGraphNode)) return
|
||||
|
||||
// Node-specific handling
|
||||
|
||||
Reference in New Issue
Block a user