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 for similar issues before opening a new one.
Description
Screen.Recording.2026-05-19.at.13.34.06.mov
I think this applies to all connection types.
The second drag in the video is slower and you can clearly see the teleported position.
Reproduction steps
Drag blocks apart very slowly
Note unexpected position for 1 frame
At higher speeds this just feels like a weird glitch.
Priority
In core/dragging/block_drag_strategy.ts updateConnectionPreview has a "no-candidate" branch that calls draggingBlock.moveDuringDrag(destination) where destination is computed from the previously-connected block's root bbox. This is intended for keyboard moves but runs for all move types causing this one time jump at the snap radius.
Check for duplicates
Description
Screen.Recording.2026-05-19.at.13.34.06.mov
I think this applies to all connection types.
The second drag in the video is slower and you can clearly see the teleported position.
Reproduction steps
At higher speeds this just feels like a weird glitch.
Priority
In core/dragging/block_drag_strategy.ts updateConnectionPreview has a "no-candidate" branch that calls draggingBlock.moveDuringDrag(destination) where destination is computed from the previously-connected block's root bbox. This is intended for keyboard moves but runs for all move types causing this one time jump at the snap radius.
Stack trace
Screenshots
No response
Browsers
No response