Cards display odd snapback behavior when moved

What was the root cause and/or fix?

during dragging, connection and card dom elements are updated directly, temporarily bypassing the slower vuex update system. editing the dom connection path element on chrome/ff was breaking other dom updates (possibly because something svg related). The fix was to move connection path updates back to the vuex update system

3 Likes