React with inlay updates on excerpt events

This commit is contained in:
Kirill Bulatov
2023-06-29 22:25:49 +03:00
parent df20a43704
commit c7fa8dbc70
+2 -2
View File
@@ -7250,11 +7250,11 @@ impl Editor {
predecessor: *predecessor,
excerpts: excerpts.clone(),
});
false
true
}
multi_buffer::Event::ExcerptsRemoved { ids } => {
cx.emit(Event::ExcerptsRemoved { ids: ids.clone() });
false
true
}
multi_buffer::Event::Reparsed => {
cx.emit(Event::Reparsed);