Skip to content

Commit dcf1942

Browse files
committed
Preserves same modal behavior per gitui-org#679
1 parent 4f6aceb commit dcf1942

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/branchlist.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,6 @@ impl Component for BranchListComponent {
202202
self.queue
203203
.borrow_mut()
204204
.push_back(InternalEvent::CreateBranch);
205-
self.hide();
206205
} else if e == self.key_config.rename_branch
207206
&& self.valid_selection()
208207
{

0 commit comments

Comments
 (0)