Preserves same modal behavior per #679

This commit is contained in:
bruceCoelho 2021-05-10 23:18:12 +01:00 committed by Stephan Dilly
parent 7e9ab3d2d3
commit a3b4b98d4f

View file

@ -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()
{