mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-03-04 04:30:04 +00:00
Trigger LGraphCanvas.onSelectionChange on drag-select (#537)
This commit is contained in:
@@ -3711,6 +3711,7 @@ export class LGraphCanvas implements ConnectionColorContext {
|
||||
}
|
||||
for (const item of notSelected) this.select(item)
|
||||
}
|
||||
this.onSelectionChange?.(this.selected_nodes)
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user