mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 00:48:35 +00:00
fix #1866
This commit is contained in:
parent
42043bda6f
commit
6356f64b1d
1 changed files with 0 additions and 1 deletions
|
|
@ -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 a new issue