File tree Expand file tree Collapse file tree 2 files changed +106
-146
lines changed Expand file tree Collapse file tree 2 files changed +106
-146
lines changed Original file line number Diff line number Diff line change @@ -463,7 +463,6 @@ impl App {
463
463
|| self . fetch_popup . any_work_pending ( )
464
464
|| self . revision_files_popup . any_work_pending ( )
465
465
|| self . tags_popup . any_work_pending ( )
466
- || self . conventional_commit_popup . any_work_pending ( )
467
466
}
468
467
469
468
///
@@ -747,10 +746,10 @@ impl App {
747
746
InternalEvent :: Update ( u) => flags. insert ( u) ,
748
747
InternalEvent :: OpenCommit => self . commit_popup . show ( ) ?,
749
748
InternalEvent :: AddCommitMessage ( s) => {
750
- self . commit_popup . set_msg ( s)
749
+ self . commit_popup . set_msg ( s) ;
751
750
}
752
751
InternalEvent :: OpenConventionalCommit => {
753
- self . conventional_commit_popup . show ( ) ?
752
+ self . conventional_commit_popup . show ( ) ?;
754
753
}
755
754
InternalEvent :: RewordCommit ( id) => {
756
755
self . commit_popup . open ( Some ( id) ) ?;
You can’t perform that action at this time.
0 commit comments