Properly invalidate when async git diff completes
This commit is contained in:
parent
9c82954877
commit
6825b6077a
2 changed files with 3 additions and 3 deletions
|
@ -486,7 +486,6 @@ impl Item for Editor {
|
|||
self.buffer().update(cx, |multibuffer, cx| {
|
||||
multibuffer.update_git(cx);
|
||||
});
|
||||
cx.notify();
|
||||
Task::ready(Ok(()))
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue