This commit is contained in:
@@ -194,7 +194,7 @@ fn render_content(frame: &mut Frame, app: &App, area: Rect) {
|
||||
}
|
||||
}
|
||||
let cache = app.ui.help_parsed.borrow();
|
||||
let parsed = cache[app.ui.help_topic].as_ref().unwrap();
|
||||
let parsed = cache[app.ui.help_topic].as_ref().expect("help topic parsed");
|
||||
|
||||
let has_search_bar = app.ui.help_search_active || has_query;
|
||||
let content_area = if has_search_bar {
|
||||
|
||||
Reference in New Issue
Block a user