jackol47

Results 1 issues of jackol47

### 问题描述 代码 graph.batchUpdate(() => { if (selectedList.length === 0) { nodes.forEach(el => { const node = graph?.getNodes().find(e => e.id === el.id) if (node?.data?.selected) { node?.setData({ ...el.data, selected: false })...