crates/workspace/src/pane.rs 🔗
@@ -4116,6 +4116,7 @@ impl NavHistory {
is_preview,
});
}
+ NavigationMode::ClosingItem if is_preview => return,
NavigationMode::ClosingItem => {
if state.closed_stack.len() >= MAX_NAVIGATION_HISTORY_LEN {
state.closed_stack.pop_front();