File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -475,8 +475,8 @@ impl ConventionalCommitPopup {
475
475
let mut available_chars = ( 'a' ..='z' ) . collect_vec ( ) ;
476
476
477
477
for k in [
478
- self . key_config . keys . move_down ,
479
- self . key_config . keys . move_up ,
478
+ self . key_config . keys . popup_up ,
479
+ self . key_config . keys . popup_down ,
480
480
self . key_config . keys . exit_popup ,
481
481
self . key_config . keys . breaking ,
482
482
self . key_config . keys . exit ,
@@ -721,7 +721,7 @@ impl Component for ConventionalCommitPopup {
721
721
}
722
722
723
723
out. push ( CommandInfo :: new (
724
- strings:: commands:: scroll ( & self . key_config ) ,
724
+ strings:: commands:: scroll_popup ( & self . key_config ) ,
725
725
true ,
726
726
true ,
727
727
) ) ;
@@ -813,7 +813,9 @@ impl Component for ConventionalCommitPopup {
813
813
}
814
814
}
815
815
#[ cfg( not( feature = "gitmoji" ) ) ]
816
- self . validate_escape ( commit) ;
816
+ self . validate_escape (
817
+ self . query_results_type [ idx] ,
818
+ ) ;
817
819
}
818
820
}
819
821
}
You can’t perform that action at this time.
0 commit comments