Skip to content
New issue

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

refactor: combine elements' container #5855

Merged
merged 8 commits into from
Jun 12, 2024
Merged

refactor: combine elements' container #5855

merged 8 commits into from
Jun 12, 2024

Conversation

Aarebecca
Copy link
Contributor

@Aarebecca Aarebecca commented Jun 12, 2024

Jun-12-2024 16-53-07
Jun-12-2024 16-53-10

  • 合并元素容器

之前的逻辑中,将节点、边、组合分别置于 3 个 Group,导致元素层级始终固定为:节点 > 边 > 组合
现在将所有元素置于同一个 Group ,便于调整相对层级关系


  • Combine elements' container

In the previous logic, nodes, edges, and combinations were placed in three groups respectively, resulting in the element hierarchy always being fixed as: Nodes > Edges > Combinations
Now all elements are placed in the same Group, which is easy to adjust the relative hierarchy relationship

relative issue: #5836 #5821

@Aarebecca Aarebecca merged commit 33a5614 into v5 Jun 12, 2024
3 checks passed
@Aarebecca Aarebecca deleted the refactor/z-index branch June 12, 2024 08:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants