Fix diff indicators not restored when reopening remote project (#31384)
Closes #30917 Release Notes: - Fix diff indicators not restored when reopening remote project --------- Co-authored-by: Cole Miller <cole@zed.dev>
This commit is contained in:
parent
b686fb2917
commit
c766f52f88
6 changed files with 192 additions and 7 deletions
|
@ -475,7 +475,7 @@ impl GitPanel {
|
|||
}
|
||||
GitStoreEvent::RepositoryUpdated(
|
||||
_,
|
||||
RepositoryEvent::Updated { full_scan },
|
||||
RepositoryEvent::Updated { full_scan, .. },
|
||||
true,
|
||||
) => {
|
||||
this.schedule_update(*full_scan, window, cx);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue