leo_zhang

Results 2 comments of leo_zhang

暂时的解决方案如下:希望可以进行修复。 ```js this.instance.on("anchor:dragstart", (data) => { const { id, type, x, y, properties } = data.nodeModel; this.instance.selectElementById(id); this.instance.graphModel.eventCenter.emit('node:click', { data: { id, type, x, y, properties } }); }); ```