diff --git a/src/gui/views/list.rs b/src/gui/views/list.rs index 0add30d..cd1def5 100644 --- a/src/gui/views/list.rs +++ b/src/gui/views/list.rs @@ -364,7 +364,7 @@ impl List { text_editor::Action::Edit(_) => { // Do nothing - ignore all editing operations } - text_editor::Action::Scroll { lines } => {} + text_editor::Action::Scroll { lines: _ } => {} // Allow all other actions (movement, selection, clicking, scrolling, etc.) _ => { self.description_content.perform(action);