diff --git a/helix-term/src/compositor.rs b/helix-term/src/compositor.rs index b4d7c6848..46d66e8f1 100644 --- a/helix-term/src/compositor.rs +++ b/helix-term/src/compositor.rs @@ -179,7 +179,7 @@ impl Compositor { pub fn render(&mut self, area: Rect, surface: &mut Surface, cx: &mut Context) { // Check if there are prompt layers active and update EditorView let has_prompt = self.has_component("helix_term::ui::prompt::Prompt"); - + for layer in &mut self.layers { // Update prompt state for EditorView if let Some(editor_view) = layer.as_any_mut().downcast_mut::() {