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
parent 7d677009ce
commit 5bffaa8b5b
1 changed files with 0 additions and 1 deletions

View File

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