Fix enter in branch view (#34731)

Broken by #34664

Release Notes:

- N/A
This commit is contained in:
Conrad Irwin
2025-07-18 19:04:05 +00:00
committed by GitHub
parent d197c96cdc
commit 43486c416c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -928,7 +928,7 @@
}
},
{
"context": "GitPanel > Editor",
"context": "CommitEditor > Editor",
"bindings": {
"escape": "git_panel::FocusChanges",
"tab": "git_panel::FocusChanges",
+1 -1
View File
@@ -975,7 +975,7 @@
}
},
{
"context": "GitPanel > Editor",
"context": "CommitEditor > Editor",
"use_key_equivalents": true,
"bindings": {
"enter": "editor::Newline",