Fix enter in branch view (#34731)

Broken by #34664

Release Notes:

- N/A
This commit is contained in:
Conrad Irwin 2025-07-18 13:04:05 -06:00 committed by GitHub
parent d197c96cdc
commit 43486c416c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -928,7 +928,7 @@
}
},
{
"context": "GitPanel > Editor",
"context": "CommitEditor > Editor",
"bindings": {
"escape": "git_panel::FocusChanges",
"tab": "git_panel::FocusChanges",

View file

@ -975,7 +975,7 @@
}
},
{
"context": "GitPanel > Editor",
"context": "CommitEditor > Editor",
"use_key_equivalents": true,
"bindings": {
"enter": "editor::Newline",