BaseEdge style attribute zIndex does not take effect #1691
-
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 6 replies
-
That is expected because the BaseEdge does not handle z-indexing. It is handled by the wrapping element |
Beta Was this translation helpful? Give feedback.
-
If used in a nested node, the mouse will not be able to select the edge. This will result in the inability to delete the edge. How should zIndex be set when there are many child nodes in the nested node. |
Beta Was this translation helpful? Give feedback.
-
How can I make the parent node adaptively resize after the nested node expands the parent node? It only seems to expand infinitely. |
Beta Was this translation helpful? Give feedback.
-
Using addNodes() adds new child nodes within a nested node, but the parent node does not resize automatically. How to automatically resize parent node? But after dragging this child node, the parent node can automatically resize. How to trigger automatic resizing? |
Beta Was this translation helpful? Give feedback.
Just use
elvateEdgesOnSelect
and it should automatically handle this for you.