Gitsifu
Gitsifu
 怎么解决这个问题?

https://github.com/chenxuan0000/vue-seamless-scroll/blob/7b4ea28fd0416a16f925e69364c63e9f0a5eb482/src/components/myClass.vue#L262
https://artiely.github.io/?page=1
### Describe the bug / 问题描述 当视图中存在气泡集时,使用 graph.setOptions 更新 layout 布局后重新渲染,气泡集没有重新渲染并包围所配置的节点和边 ``` graph.setOptions({ layout: layoutList[currentLayoutIndex] }); await graph.render(); await graph.fitView(); ``` ### Reproduction link / 复现链接 _No response_ ### Steps...