summaryrefslogtreecommitdiffstats
path: root/src/run.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/run.rs')
-rw-r--r--src/run.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/run.rs b/src/run.rs
index c12a76d..843180b 100644
--- a/src/run.rs
+++ b/src/run.rs
@@ -52,7 +52,7 @@ pub fn run_loop(
new_tab_history.insert_entries(dirlists);
let tab = JoshutoTab::new(curr_path, new_tab_history, tab_display_options)?;
- context.tab_context_mut().insert_tab(id, tab);
+ context.tab_context_mut().insert_tab(id, tab, true);
// trigger a preview of child
preview_default::load_preview(context, backend);