mirror of
				https://github.com/lingble/twenty.git
				synced 2025-10-31 20:57:55 +00: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:
		| @@ -420,6 +420,7 @@ export const CommandMenu = () => { | |||||||
|   const selectableItemIds = copilotCommands |   const selectableItemIds = copilotCommands | ||||||
|     .map((cmd) => cmd.id) |     .map((cmd) => cmd.id) | ||||||
|     .concat(matchingStandardActionCommands.map((cmd) => cmd.id)) |     .concat(matchingStandardActionCommands.map((cmd) => cmd.id)) | ||||||
|  |     .concat(matchingWorkflowRunCommands.map((cmd) => cmd.id)) | ||||||
|     .concat(matchingCreateCommand.map((cmd) => cmd.id)) |     .concat(matchingCreateCommand.map((cmd) => cmd.id)) | ||||||
|     .concat(matchingNavigateCommand.map((cmd) => cmd.id)) |     .concat(matchingNavigateCommand.map((cmd) => cmd.id)) | ||||||
|     .concat(people?.map((person) => person.id)) |     .concat(people?.map((person) => person.id)) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Raphaël Bosi
					Raphaël Bosi