mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-30 11:11:53 +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)
|
for (const item of notSelected) this.select(item)
|
||||||
}
|
}
|
||||||
|
this.onSelectionChange?.(this.selected_nodes)
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user