节点使用updateCellId更新了id触发了graph.on('cell:removed', ({ cell, index, options }) => {} 事件 然后连接的线没了 #3995
Labels
resolution: needs demos 需要复现
Issues that need minimal demos to reproduce any problems
问题描述
节点使用了updateCellId更新了id 触发了graph.on('cell:removed', ({ cell, index, options }) => {} 事件 然后连接的线没了
重现链接
无
重现步骤
1.使用diagram.updateCellId更新节点ID
diagram.updateCellId(cell, nodeId)
2. 触发了cell:removed事件,
graph.on('cell:removed', ({ cell, index, options }) => {}
3.节点链接的线消失了
预期行为
希望更新节点id时,线不会消失
平台
屏幕截图或视频(可选)
No response
补充说明(可选)
根据接口返回的业务id,更新到节点id,跟业务关联
The text was updated successfully, but these errors were encountered: