Skip to content

Commit 6356f64

Browse files
committed
fix #1866
1 parent 42043bd commit 6356f64

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/tabs/revlog.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -702,7 +702,6 @@ impl Component for Revlog {
702702

703703
fn show(&mut self) -> Result<()> {
704704
self.visible = true;
705-
self.list.clear();
706705

707706
self.git_local_branches.spawn(AsyncBranchesJob::new(
708707
self.repo.borrow().clone(),

0 commit comments

Comments
 (0)