Files
twenty/packages/twenty-front
Lucas Bordeau 8ee98e0fda Fixed pending row edit mode (#5592)
This PR fixes creation on table.

With the recent optimization refactor, we now use a custom event to
trigger edit and soft focus mode on a table cell.

There's a specific case when we create a pending row to allow creating a
new record, where the custom event gets triggered before the cell
exists, so it cannot listen and put itself in edit mode.

The fix is passing down a new isPendingRow in the context, so the
identifier cell on a pending row can put itself in edit mode during its
first render.
2024-05-27 13:40:53 +02:00
..
2024-03-31 10:53:37 +02:00
2024-05-27 13:40:53 +02:00
2023-12-10 18:10:54 +01:00
2024-05-21 20:24:08 +02:00
2024-05-23 08:41:37 +02:00

Run yarn dev while server running on port 3000