Misplaced egdes (Unaligned edges) #1365
Answered
by
bcakmakoglu
aryankarim
asked this question in
Q&A
-
When using a custom node. All the handles seems to placed at the (0,0) position of the div. Anyone has an idea why is that? |
Beta Was this translation helpful? Give feedback.
Answered by
bcakmakoglu
Apr 4, 2024
Replies: 1 comment 6 replies
-
After 7 hours of debugging, I figured it out. It was because the parent element of the VueFlow was a pop-up and had a scaling transition on it. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sorry I was already sleeping when you posted this 😅
Yeah I was suspecting that this was the issue.
Problem is an animation that has a scaling transition as you correctly identified. To fix this you can either
updateNodeInternals
when the transition is done