File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
8
## Unreleased
9
9
10
10
### Added
11
+ - support smoother left/right toggle for commit details ([ #418 ] ( https://github.com/extrawurst/gitui/issues/418 ) )
11
12
- support * force push* command [[ @WizardOhio24 ] ( https://github.com/WizardOhio24 )] ([ #274 ] ( https://github.com/extrawurst/gitui/issues/274 ) )
12
13
- show used char count in input texts ([ #466 ] ( https://github.com/extrawurst/gitui/issues/466 ) )
13
14
Original file line number Diff line number Diff line change @@ -122,6 +122,8 @@ impl Component for InspectCommitComponent {
122
122
{
123
123
self . details . focus ( true ) ;
124
124
self . diff . focus ( false ) ;
125
+ } else if e == self . key_config . focus_left {
126
+ self . hide ( ) ;
125
127
}
126
128
127
129
// stop key event propagation
You can’t perform that action at this time.
0 commit comments