mirror of
https://github.com/extrawurst/gitui.git
synced 2024-12-27 11:03:03 +03:00
fix #1866
This commit is contained in:
parent
42043bda6f
commit
6356f64b1d
@ -702,7 +702,6 @@ impl Component for Revlog {
|
||||
|
||||
fn show(&mut self) -> Result<()> {
|
||||
self.visible = true;
|
||||
self.list.clear();
|
||||
|
||||
self.git_local_branches.spawn(AsyncBranchesJob::new(
|
||||
self.repo.borrow().clone(),
|
||||
|
Loading…
Reference in New Issue
Block a user