closes https://github.com/twentyhq/twenty/issues/18264 https://github.com/user-attachments/assets/7b576a00-78bc-46a2-9528-d8b3bcbdd530 https://github.com/user-attachments/assets/4102468e-e85f-46a0-8b23-e7abd77bfc95 ### PR description - This fixes flaky persistence in command menu text and number inputs. - moved commit logic to onBlur (single commit path) - Enter now blurs, so it uses the same commit path - Escape now cancels edit (restores draft + exits) without persisting - removed dependency on input click-outside commit timing ### Outcome - - clicking anywhere outside the input now reliably persists edits - Escape consistently discards edits
Run yarn dev while server running on port 3000