Properly invalidate when async git diff completes

This commit is contained in:
Julia 2022-09-16 12:20:31 -04:00
parent 9c82954877
commit 6825b6077a
2 changed files with 3 additions and 3 deletions

View file

@ -486,7 +486,6 @@ impl Item for Editor {
self.buffer().update(cx, |multibuffer, cx| {
multibuffer.update_git(cx);
});
cx.notify();
Task::ready(Ok(()))
}