chiangcho
Results
2
comments of
chiangcho
I will fix it today
刚升级到2.0版本,我也遇到了这个修改数据未触发事件的问题,先监听事件 ```js graph.on('edge:change:data',({edge})=> { console.log(edge); }) ``` 然后更新数据 ```js cell.setData(newData) ``` 并不会触发 @NewByVector 帮忙看一下