Skip to content

Commit

Permalink
Fix chat cancel button order (#230015) (#230027)
Browse files Browse the repository at this point in the history
  • Loading branch information
roblourens committed Sep 27, 2024
1 parent 64708fe commit 6bbcad9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ export class CancelAction extends Action2 {
menu: {
id: MenuId.ChatExecute,
when: CONTEXT_CHAT_REQUEST_IN_PROGRESS,
order: 2,
order: 4,
group: 'navigation',
},
keybinding: {
Expand Down

0 comments on commit 6bbcad9

Please sign in to comment.