twenty/packages
Shashank Vishwakarma a6b8beed68
Fixed: Fields Disappear on Drag and Drop (#5703)
Now the fields don't disappear on drag and drop.

- After reviewing the codebase, I checked that when `inView` is true the
`RecordInlineCell` is rendered otherwise the
`StyledRecordInlineCellPlaceholder` will render which causes the fields
get disappear.
- So, I added the condition to check if `isDragSelectionStartEnabled` is
false then `StyledRecordInlineCellPlaceholder` will be rendered
otherwise `RecordInlineCell`.

fixes: #5651 



https://github.com/twentyhq/twenty/assets/140178357/022195ca-fec2-43a7-8808-f4974dbe66cf

---------

Co-authored-by: martmull <martmull@hotmail.fr>
2024-06-03 15:15:32 +02:00
..
twenty-chrome-extension fix: user has to login every time chrome sidepanel is opened (#5544) 2024-05-30 12:58:45 +02:00
twenty-docker 5531 update gmail full sync to v2 (#5674) 2024-05-31 13:29:58 +02:00
twenty-docs 5531 update gmail full sync to v2 (#5674) 2024-05-31 13:29:58 +02:00
twenty-emails Bump to version v0.12.1 (#5608) 2024-05-27 16:07:38 +02:00
twenty-front Fixed: Fields Disappear on Drag and Drop (#5703) 2024-06-03 15:15:32 +02:00
twenty-postgres Fix postgres 15 & 16 conflict (#4860) 2024-04-11 11:42:48 +02:00
twenty-server Fix exception handler capturing graphql errors (#5714) 2024-06-03 14:36:03 +02:00
twenty-ui Bump to version v0.12.1 (#5608) 2024-05-27 16:07:38 +02:00
twenty-utils Fixed congratulations bot (#5532) 2024-05-22 14:02:54 +02:00
twenty-website updated user-guide images (#5682) 2024-05-31 18:12:04 +02:00
twenty-zapier New field type: DATE (#4876) 2024-04-11 17:29:29 +02:00