fixed example of suggestions2

This commit is contained in:
Priec
2025-08-07 20:05:39 +02:00
parent 0d0e54032c
commit d3e5418221
2 changed files with 111 additions and 5 deletions

View File

@@ -54,7 +54,7 @@ impl<D: DataProvider> FormEditor<D> {
}
/// Update UI state's completion text from current selection
fn update_inline_completion(&mut self) {
pub fn update_inline_completion(&mut self) {
self.ui_state.suggestions.completion_text = self.compute_current_completion();
}