Only remove excerpts when an edit touches them

This commit is contained in:
Antonio Scandurra 2023-06-06 12:25:09 +02:00
parent 8032324470
commit 337dda8e3a
3 changed files with 52 additions and 61 deletions

View file

@ -6907,7 +6907,7 @@ impl Editor {
multi_buffer::Event::DiagnosticsUpdated => {
self.refresh_active_diagnostics(cx);
}
multi_buffer::Event::LanguageChanged => {}
_ => {}
}
}