You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for opening your first issue here! If you're reporting a 🐞 bug, please make sure you include steps to reproduce it.
To help make it easier for us to investigate your issue, please follow the contributing guidelines.
We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can.
问题描述
使用toggleVisible方法实现展开/收起下游节点功能,设置节点的visible:true时,节点上相关联的边也会被设置为visible:true。
重现链接
见重现步骤
重现步骤
问题重现视频:
https://github.com/antvis/X6/assets/24401313/aab65dcd-e57c-481b-8120-61c908ed1238
问题重现步骤描述:
问题原因:
查看源码发现 X6 内部在处理 隐藏/显示 node时,会同步变更node上所有的 输入边&输出边的visible,从而实现node 隐藏/显示 时node上所有的 输入边&输出边 也 隐藏/显示
预期行为
在 变更 node 的 visible 时,不影响 node上所有的 输入边&输出边 的 visible
平台
屏幕截图或视频(可选)
No response
补充说明(可选)
No response
The text was updated successfully, but these errors were encountered: