Build again

This commit is contained in:
Julia 2022-09-28 10:26:30 -04:00
parent 7e5d49487b
commit bf3b3da6ed
3 changed files with 8 additions and 9 deletions

View file

@ -662,10 +662,9 @@ impl Buffer {
self.file = Some(new_file);
task
}
pub fn update_git(&mut self, cx: &mut ModelContext<Self>) {
//Grab head text
self.git_diff_recalc(cx);
}