Port buffer reload bug fixes back to gpui1 crates
This commit is contained in:
parent
5f1acae0d3
commit
0bed5e4562
5 changed files with 67 additions and 55 deletions
|
@ -959,7 +959,7 @@ impl LocalWorktree {
|
|||
|
||||
buffer_handle.update(&mut cx, |buffer, cx| {
|
||||
if has_changed_file {
|
||||
buffer.file_updated(new_file, cx).detach();
|
||||
buffer.file_updated(new_file, cx);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue