Do not clear highlighted symbol when backing out of diff view

This commit is contained in:
LagoLunatic 2024-11-28 16:58:22 -05:00 committed by Luke Street
parent b571787732
commit 157e99de6f

View File

@ -212,7 +212,6 @@ impl DiffViewState {
// Ignore action if we're already navigating // Ignore action if we're already navigating
return; return;
} }
self.symbol_state.highlighted_symbol = (None, None);
let Ok(mut state) = state.write() else { let Ok(mut state) = state.write() else {
return; return;
}; };