mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 00:48:35 +00:00
fix popup draw order (followup to 594a1a9)
This commit is contained in:
parent
5304303aa6
commit
1149ddddd3
1 changed files with 7 additions and 7 deletions
14
src/app.rs
14
src/app.rs
|
|
@ -417,22 +417,22 @@ impl App {
|
|||
self,
|
||||
[
|
||||
commit,
|
||||
help,
|
||||
reset,
|
||||
msg,
|
||||
stashmsg_popup,
|
||||
help,
|
||||
inspect_commit_popup,
|
||||
blame_file_popup,
|
||||
external_editor_popup,
|
||||
tag_commit_popup,
|
||||
select_branch_popup,
|
||||
tags_popup,
|
||||
create_branch_popup,
|
||||
rename_branch_popup,
|
||||
revision_files_popup,
|
||||
push_popup,
|
||||
push_tags_popup,
|
||||
pull_popup,
|
||||
select_branch_popup,
|
||||
tags_popup,
|
||||
rename_branch_popup,
|
||||
revision_files_popup
|
||||
reset,
|
||||
msg
|
||||
]
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue