We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
点击节点的markup配置的+按钮隐藏该节点的所有后继节点, 再显示之后,该节点与直接后继节点的连线(edge)会压盖该节点上配置的要素,导致不能正确响应隐藏后继节点的事件
编译失败
edge在最底层绘制,不影响节点的事件
No response
The text was updated successfully, but these errors were encountered:
👋 @AnitaTang
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.
Sorry, something went wrong.
你的场景可以将 edge 的 zIndex 设置最低(比如 -1),这样就不会影响了。
前面忘记说了,zIndex设置了-1也没达到预期效果。
将 sorting 配置为 approx 即可解决你的问题。
This thread has been automatically locked because it has not had recent activity.
Please open a new issue for related bugs and link to relevant comments in this thread.
No branches or pull requests
问题描述
点击节点的markup配置的+按钮隐藏该节点的所有后继节点,
再显示之后,该节点与直接后继节点的连线(edge)会压盖该节点上配置的要素,导致不能正确响应隐藏后继节点的事件
重现链接
编译失败
重现步骤
预期行为
edge在最底层绘制,不影响节点的事件
平台
屏幕截图或视频(可选)
No response
补充说明(可选)
No response
The text was updated successfully, but these errors were encountered: