mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 17:08:21 +00:00
update state after merge (#703)
This commit is contained in:
parent
3643cea44d
commit
ca808ca300
1 changed files with 3 additions and 0 deletions
|
|
@ -239,6 +239,9 @@ impl Component for BranchListComponent {
|
|||
self.merge_branch()
|
||||
);
|
||||
self.hide();
|
||||
self.queue.borrow_mut().push_back(
|
||||
InternalEvent::Update(NeedsUpdate::ALL),
|
||||
);
|
||||
} else if e == self.key_config.tab_toggle {
|
||||
self.local = !self.local;
|
||||
self.update_branches()?;
|
||||
|
|
|
|||
Loading…
Reference in a new issue