Files
twenty/packages/twenty-front
Weiko 632114e5e2 fix(front): hide sub-item tree connector in navigation drag preview (#22442)
## Context

Dragging a navigation menu sub-item cloned the whole row as the floating
drag preview, which included the vertical tree-connector bar on the
left. Hide that connector inside the moving clone (marked by dnd-kit
with [data-dnd-dragging]) so the preview shows only the icon and label.
The static placeholder left in the list and the other items keep their
connectors, so the list layout is unchanged.

## Before



https://github.com/user-attachments/assets/8fc04a28-e1d2-49e0-88c1-ef03f89475c2


## After


https://github.com/user-attachments/assets/dbcd3cc5-8a51-40a3-98de-a8ea3d440774
2026-07-02 14:21:08 +02:00
..
2026-06-18 13:05:31 +00:00

Run yarn dev while server running on port 3000