zhudafu

Results 1 issues of zhudafu

### G6 版本 4.x ### 问题描述 新版本的聚类的折叠/扩展交互案例无法正常运行,只有[这个链接](https://antv-2018.alipay.com/zh-cn/g6/3.x/demo/case/cluster-simplify.html)上的代码可以正常运行 在新版案例中不能正常运行 https://g6.antv.vision/examples/case/graphDemos/#simplifyCluster 将旧版代码中的以下部分 替换为新版后代码不能正常运行: 此外 if (!ge.get('sourceNode').get('visible') && sourceModel.cluster !== model.cluster) { ... } else if (ge.get('targetNode').get('visible') && targetModel.cluster !== model.cluster) { ......

good first issue
stale