Closed Devessier closed 1 month ago
Hello @Devessier! This hotscope was introduced in #6656 , so are we supposed to revert it completely or find a better way to implement hotscope in serverless functions?
Thanks @harshit078 and @ehconitin for your contribution. This issue has been solved.
Bug Description
Wherever the focus is on the "/settings/functions" page, pressing the "Enter" key will always navigate to the "New Function" page. This breaks accessibility.
Example:
https://github.com/user-attachments/assets/05d3a0f0-1345-45d3-bacf-5bd02b611282
Expected behavior
The page should not listen to the Enter key and let the browser behave naturally.
Technical inputs
Remove that code: https://github.com/twentyhq/twenty/blob/fcaa9d9aed625bb8923fe0b2cffc20b989850d7c/packages/twenty-front/src/modules/settings/serverless-functions/components/SettingsServerlessFunctionsTable.tsx#L34-L40