mirror of
https://github.com/gitui-org/gitui
synced 2026-05-24 09:28:21 +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<()> {
|
fn show(&mut self) -> Result<()> {
|
||||||
self.visible = true;
|
self.visible = true;
|
||||||
self.list.clear();
|
|
||||||
|
|
||||||
self.git_local_branches.spawn(AsyncBranchesJob::new(
|
self.git_local_branches.spawn(AsyncBranchesJob::new(
|
||||||
self.repo.borrow().clone(),
|
self.repo.borrow().clone(),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue