Skip to content

Commit 5bffaa8

Browse files
committed
Do not clear highlighted symbol when backing out of diff view
1 parent 7d67700 commit 5bffaa8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

objdiff-gui/src/views/symbol_diff.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,6 @@ impl DiffViewState {
212212
// Ignore action if we're already navigating
213213
return;
214214
}
215-
self.symbol_state.highlighted_symbol = (None, None);
216215
let Ok(mut state) = state.write() else {
217216
return;
218217
};

0 commit comments

Comments
 (0)