This commit is contained in:
extrawurst 2023-09-03 18:41:00 +02:00
parent 42043bda6f
commit 6356f64b1d

View File

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