mirror of
https://github.com/twentyhq/twenty.git
synced 2024-12-23 12:02:10 +03:00
Fix workflow actions not being selectable with arrow keys (#8576)
https://github.com/user-attachments/assets/c108b60b-030e-4eef-a30f-fab472ea60a9
This commit is contained in:
parent
1e55010e26
commit
ac72f8a271
@ -420,6 +420,7 @@ export const CommandMenu = () => {
|
||||
const selectableItemIds = copilotCommands
|
||||
.map((cmd) => cmd.id)
|
||||
.concat(matchingStandardActionCommands.map((cmd) => cmd.id))
|
||||
.concat(matchingWorkflowRunCommands.map((cmd) => cmd.id))
|
||||
.concat(matchingCreateCommand.map((cmd) => cmd.id))
|
||||
.concat(matchingNavigateCommand.map((cmd) => cmd.id))
|
||||
.concat(people?.map((person) => person.id))
|
||||
|
Loading…
Reference in New Issue
Block a user