mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 00:48:35 +00:00
Preserves same modal behavior per #679
This commit is contained in:
parent
7e9ab3d2d3
commit
a3b4b98d4f
1 changed files with 0 additions and 1 deletions
|
|
@ -202,7 +202,6 @@ impl Component for BranchListComponent {
|
|||
self.queue
|
||||
.borrow_mut()
|
||||
.push_back(InternalEvent::CreateBranch);
|
||||
self.hide();
|
||||
} else if e == self.key_config.rename_branch
|
||||
&& self.valid_selection()
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue