Fix inline cell interactions (#11686)

@bosiraphael I've slightly updated [your recent
pr](https://github.com/twentyhq/twenty/pull/11654)
- before
<img width="490" alt="Screenshot 2025-04-22 at 17 48 26"
src="https://github.com/user-attachments/assets/604d65df-5433-4524-bdc5-6f5083b3c045"
/>

- after
<img width="488" alt="Screenshot 2025-04-22 at 17 47 41"
src="https://github.com/user-attachments/assets/21273372-538e-454e-947b-09373d9e0d6d"
/>


closes https://github.com/twentyhq/core-team-issues/issues/831 and
https://github.com/twentyhq/core-team-issues/issues/828
This commit is contained in:
Etienne
2025-04-23 10:46:10 +02:00
committed by GitHub
parent fa5f758228
commit ea850f323a
5 changed files with 32 additions and 6 deletions

View File

@ -1,3 +1,4 @@
export enum TitleInputHotkeyScope {
TitleInput = 'title-input',
TitleFullNameInput = 'title-full-name-input',
}