Trigger LGraphCanvas.onSelectionChange on drag-select (#537)

This commit is contained in:
Chenlei Hu
2025-02-16 20:24:59 -05:00
committed by GitHub
parent 7d97a6e505
commit 28e86820d6

View File

@@ -3711,6 +3711,7 @@ export class LGraphCanvas implements ConnectionColorContext {
}
for (const item of notSelected) this.select(item)
}
this.onSelectionChange?.(this.selected_nodes)
}
/**