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
I have searched the existing issues and this is a new bug.
Current Behavior
one parent node contanis a child node(extent: 'parent'). when shrink the parent, it can not contains the child, and when drag the child, it flicker into the parent; it seems like a bug; below are the example:
and drag the child, it becomes into this in one second
Expected Behavior
it seems resize should consider child nodes inside, the min-width and min-height should contains all children;
bcakmakoglu
changed the title
🐛 [BUG]: <Parent Node with Resizer will not Cover the Children Nodes When Shrink>
🐛 [BUG]: Parent node extent not enforced when used with Node Resizer
Jul 13, 2024
Is there an existing issue for this?
Current Behavior
one parent node contanis a child node(extent: 'parent'). when shrink the parent, it can not contains the child, and when drag the child, it flicker into the parent; it seems like a bug; below are the example:
and drag the child, it becomes into this in one second
Expected Behavior
it seems resize should consider child nodes inside, the min-width and min-height should contains all children;
Steps To Reproduce
code with 'https://vueflow.dev/examples/nodes/node-resizer.html'
Relevant log output
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: