Files
twenty_crm/packages/twenty-front/src/modules/object-record
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
..
2024-04-29 23:33:23 +02:00
2024-04-30 17:54:07 +02:00
2024-03-09 11:31:00 +01:00
2024-04-29 23:33:23 +02:00
2024-05-22 11:20:44 +02:00