Files
twenty/packages/twenty-front
Raphaël Bosi 637a7f0e64 Fix workflow dropdown hotkey scope (#11518)
The hokey scope was set on focus of the outermost container of the field
inputs. When clicking on a dropdown inside this container, the hokey
scope was set first by the dropdown and then by the focused container.
This led to the previous hotkey scope being overwritten.
The fix consists in moving the hokey scope setter on focus to the inner
container.

Before:


https://github.com/user-attachments/assets/12538c5b-43ab-4b76-a867-7eda6992b1ea


After:


https://github.com/user-attachments/assets/002fedba-010c-41e9-bec6-d5d80cb2dcc5
2025-04-11 09:07:36 +00:00
..
2025-01-07 16:09:48 +01:00
2025-04-09 17:35:25 +02:00
2025-04-09 17:35:25 +02:00
2025-04-09 01:03:43 +02:00

Run yarn dev while server running on port 3000