Clear selectedItems on canvas clear (#543)

This commit is contained in:
Chenlei Hu
2025-02-18 11:49:06 -05:00
committed by GitHub
parent e800eeb202
commit 196645ce7e

View File

@@ -1590,6 +1590,8 @@ export class LGraphCanvas implements ConnectionColorContext {
this.selected_nodes = {}
this.selected_group = null
this.selectedItems.clear()
this.onSelectionChange?.(this.selected_nodes)
this.visible_nodes = []
this.node_over = null